Browse Source

fix: compose env

xiaobing.wang 11 tháng trước cách đây
mục cha
commit
cf62e2c07e
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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