Browse Source

feat: replace env name SNSERVER_ADDR with TCD_SNSERVER

delong.wang 1 year ago
parent
commit
d4eeee14da
1 changed files with 2 additions and 0 deletions
  1. 2 0
      release/beta/compose.yaml

+ 2 - 0
release/beta/compose.yaml

@@ -90,6 +90,8 @@ services:
       - ${SAFELINE_DIR}/resources/cache:/usr/local/nginx/cache
     environment:
       - TCD_MGT_API=https://${SUBNET_PREFIX}.4:1443/api/open/publish/server
+      - TCD_SNSERVER=${SUBNET_PREFIX}.5:8000
+      # deprecated
       - SNSERVER_ADDR=${SUBNET_PREFIX}.5:8000
     ulimits:
       nofile: 131072