xiaobing.wang пре 11 месеци
родитељ
комит
cf62e2c07e
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      compose.yaml

+ 0 - 2
compose.yaml

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