moved required vars into compose
This commit is contained in:
parent
0ce3d20167
commit
306b012dcc
1 changed files with 15 additions and 0 deletions
|
|
@ -41,6 +41,21 @@ services:
|
||||||
- "mongo-db2:${KOMODO_DB_SEC}"
|
- "mongo-db2:${KOMODO_DB_SEC}"
|
||||||
environment:
|
environment:
|
||||||
- KOMODO_DATABASE_URI=mongodb://${KOMODO_DB_PRI}:27017,${KOMODO_DB_SEC}:27017/komodo?replicaSet=rs${LXC_NUM}
|
- KOMODO_DATABASE_URI=mongodb://${KOMODO_DB_PRI}:27017,${KOMODO_DB_SEC}:27017/komodo?replicaSet=rs${LXC_NUM}
|
||||||
|
- KOMODO_PASSKEY=${KOMODO_PERIPH_PASS}
|
||||||
|
- KOMODO_DISABLE_CONFIRM_DIALOG=false
|
||||||
|
- KOMODO_MONITORING_INTERVAL="5-sec"
|
||||||
|
- KOMODO_RESOURCE_POLL_INTERVAL="1-hr"
|
||||||
|
- KOMODO_LOCAL_AUTH=true
|
||||||
|
- KOMODO_DISABLE_USER_REGISTRATION=false
|
||||||
|
- KOMODO_ENABLE_NEW_USERS=false
|
||||||
|
- KOMODO_DISABLE_NON_ADMIN_CREATE=false
|
||||||
|
- KOMODO_TRANSPARENT_MODE=false
|
||||||
|
- KOMODO_LOGGING_PRETTY=false
|
||||||
|
- KOMODO_PRETTY_STARTUP_CONFIG=true
|
||||||
|
- KOMODO_OIDC_ENABLED=false
|
||||||
|
- KOMODO_GITHUB_OAUTH_ENABLED=false
|
||||||
|
- KOMODO_GOOGLE_OAUTH_ENABLED=false
|
||||||
|
- KOMODO_TITLE=Komodo
|
||||||
labels:
|
labels:
|
||||||
- "komodo.skip=true"
|
- "komodo.skip=true"
|
||||||
#- KOMODO_DATABASE_ADDRESS=
|
#- KOMODO_DATABASE_ADDRESS=
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue