enable security features and update environment variables in docker-compose.yml

This commit is contained in:
Peter Wood
2025-02-12 13:19:44 +00:00
parent 14c0be9244
commit 324e7b2528

View File

@@ -13,12 +13,14 @@ services:
- ./stirling/latest/config:/configs:rw - ./stirling/latest/config:/configs:rw
- ./stirling/latest/logs:/logs:rw - ./stirling/latest/logs:/logs:rw
environment: environment:
DOCKER_ENABLE_SECURITY: "false" SECURITY_ENABLELOGIN: true
SECURITY_ENABLELOGIN: "false" DOCKER_ENABLE_SECURITY: true
LANGS: en_US # SECURITY_INITIALLOGIN_USERNAME: ${SECURITY_INITIALLOGIN_USERNAME}
SYSTEM_DEFAULTLOCALE: en-US # SECURITY_INITIALLOGIN_PASSWORD: ${SECURITY_INITIALLOGIN_PASSWORD}
UI_APPNAME: Stirling-PDF LANGS: "en-US"
UI_HOMEDESCRIPTION: Demo site for Stirling-PDF Latest SYSTEM_DEFAULTLOCALE: "en-US"
UI_APPNAMENAVBAR: Stirling-PDF Latest UI_APPNAME: "Stirling PDF"
UI_HOMEDESCRIPTION: ""
UI_APPNAMENAVBAR: ""
SYSTEM_MAXFILESIZE: "100" SYSTEM_MAXFILESIZE: "100"
restart: unless-stopped restart: unless-stopped