|
@@ -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
|