瀏覽代碼

fix: compose env

xiaobing.wang 11 月之前
父節點
當前提交
cf62e2c07e
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      compose.yaml

+ 0 - 2
compose.yaml

@@ -40,8 +40,6 @@ services:
     healthcheck:
       test: curl -k -f https://localhost:1443/api/open/health
     environment:
-      - MGT_READ_ONLY=true
-      - MGT_NO_AUTH=true
       - MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
     depends_on:
       - postgres