You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zh...@apache.org on 2022/06/13 15:11:03 UTC

[incubator-devlake] 01/01: refactor: remove build section in

This is an automated email from the ASF dual-hosted git repository.

zhangliang2022 pushed a commit to tag v0.11.0-rc1
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit aa739bb4ab8bab4735fd3c4249d1944e43be9a94
Author: zhangliang <li...@merico.dev>
AuthorDate: Mon Jun 13 22:15:19 2022 +0800

    refactor: remove build section in
---
 releases/lake-v0.11.0/docker-compose.yml | 23 +----------------------
 1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/releases/lake-v0.11.0/docker-compose.yml b/releases/lake-v0.11.0/docker-compose.yml
index 58cedfae..29a063ca 100644
--- a/releases/lake-v0.11.0/docker-compose.yml
+++ b/releases/lake-v0.11.0/docker-compose.yml
@@ -28,22 +28,8 @@ services:
       MYSQL_USER: merico
       MYSQL_PASSWORD: merico
 
-  postgres:
-    image: postgres:14.2
-    volumes:
-      - postgres-storage:/var/lib/postgresql
-    restart: always
-    ports:
-      - 127.0.0.1:5432:5432
-    environment:
-      POSTGRES_DB: lake
-      POSTGRES_USER: merico
-      POSTGRES_PASSWORD: merico
-
   grafana:
     image: apache/devlake-dashboard:v0.11.0
-    build:
-      context: grafana/
     ports:
       - 3002:3000
     volumes:
@@ -62,11 +48,6 @@ services:
 
   devlake:
     image: apache/devlake:v0.11.0
-    build:
-      context: "."
-      args:
-        HTTPS_PROXY: "${HTTPS_PROXY}"
-        GOPROXY: "${GOPROXY}"
     ports:
       - 127.0.0.1:8080:8080
     restart: always
@@ -77,8 +58,6 @@ services:
 
   config-ui:
     image: apache/devlake-config-ui:v0.11.0
-    build:
-      context: "config-ui"
     ports:
       - 127.0.0.1:4000:80
     env_file:
@@ -94,4 +73,4 @@ services:
 volumes:
   mysql-storage:
   grafana-storage:
-  postgres-storage:
+