Explorar o código

fix: compose.yaml config error

delong.wang hai 1 ano
pai
achega
574e600974
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      release/beta/compose.yaml

+ 4 - 1
release/beta/compose.yaml

@@ -36,6 +36,9 @@ services:
       - ${MGT_PORT:-9443}:1443
     environment:
       - MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
+    depends_on:
+      - postgres
+      - fvm
     dns:
       - 119.29.29.29
       - 223.5.5.5
@@ -87,7 +90,7 @@ services:
       - ${SAFELINE_DIR}/resources/cache:/usr/local/nginx/cache
       - /etc/resolv.conf:/etc/resolv.conf
     environment:
-      - TCD_MGT_API=https://${SUBNET_PREFIX}.4:1443/api/publish/server
+      - TCD_MGT_API=https://${SUBNET_PREFIX}.4:1443/api/open/publish/server
       - SNSERVER_ADDR=${SUBNET_PREFIX}.5:8000
     ulimits:
       nofile: 131072