adds welcome_theme env

This commit is contained in:
Philipp Rothmann
2022-05-18 14:41:44 +02:00
parent 2de7006106
commit 38bdef2fd0
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ services:
- DB_VENDOR=mariadb
- KEYCLOAK_PASSWORD_FILE=/run/secrets/admin_password
- KEYCLOAK_USER=${ADMIN_USERNAME}
- KEYCLOAK_WELCOME_THEME=${WELCOME_THEME}
- PROXY_ADDRESS_FORWARDING=true
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"]