[Web] add CLUSTERMODE environment variable

This commit is contained in:
FreddleSpl0it
2023-07-07 09:58:51 +02:00
parent 06cce79806
commit 0f6956572e
2 changed files with 15 additions and 1 deletions

View File

@@ -162,6 +162,7 @@ services:
- DEV_MODE=${DEV_MODE:-n}
- DEMO_MODE=${DEMO_MODE:-n}
- WEBAUTHN_ONLY_TRUSTED_VENDORS=${WEBAUTHN_ONLY_TRUSTED_VENDORS:-n}
- CLUSTERMODE=${CLUSTERMODE:-}
restart: always
networks:
mailcow-network: