We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f22ad0 commit fea6a0eCopy full SHA for fea6a0e
1 file changed
release/beta/compose.yaml
@@ -36,6 +36,8 @@ services:
36
- ${MGT_PORT:-9443}:1443
37
environment:
38
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
39
+ - MGT_JWT_VALID=true
40
+ - MGT_LICENSE_SERVER=https://safeline-ce-test-495.dev.rivers.ctopt.cn
41
depends_on:
42
- postgres
43
- fvm
0 commit comments