Convert environment variable booleans to strings for umbrelOS 0.5 compatibility (#1176)

This commit is contained in:
Josua Frank 2024-06-25 15:26:04 +02:00 committed by GitHub
parent f07bf4a2b9
commit 3f6172602b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ services:
restart: on-failure
environment:
# Allow additional user sign-up without token
ALLOW_SIGNUP: true
ALLOW_SIGNUP: "true"
PUID: 1000
PGID: 1000
MAX_WORKERS: 1

View File

@ -5,7 +5,7 @@ services:
environment:
APP_HOST: ntfy_app_1
APP_PORT: 80
PROXY_AUTH_ADD: false
PROXY_AUTH_ADD: "false"
app:
image: binwiederhier/ntfy:v2.11.0@sha256:4a7d0f0adc6d5d9fc36e64ab55ef676e76e124a2bdd50ce115b6d9c1c7430294
@ -22,7 +22,7 @@ services:
NTFY_BASE_URL: http://${DEVICE_DOMAIN_NAME}:${APP_PROXY_PORT}
NTFY_UPSTREAM_BASE_URL: https://ntfy.sh
NTFY_CACHE_FILE: /var/cache/ntfy/cache.db
NTFY_ENABLE_LOGIN: true
NTFY_ENABLE_LOGIN: "true"
NTFY_AUTH_FILE: /var/lib/ntfy/user.db
NTFY_AUTH_DEFAULT_ACCESS: deny-all
NTFY_PASSWORD: ${APP_PASSWORD}

View File

@ -20,6 +20,6 @@ services:
- ${APP_DATA_DIR}/data/logs:/logs
environment:
# Not needed as Umbrel authenticates the user
DOCKER_ENABLE_SECURITY: false
INSTALL_BOOK_AND_ADVANCED_HTML_OPS: true
DOCKER_ENABLE_SECURITY: "false"
INSTALL_BOOK_AND_ADVANCED_HTML_OPS: "true"
LANGS: ALL