Browse Source

fix: compose env

xiaobing.wang 11 months ago
parent
commit
cf62e2c07e
1 changed files with 0 additions and 2 deletions
  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