mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Convert environment variable booleans to strings for umbrelOS 0.5 compatibility (#1176)
This commit is contained in:
parent
f07bf4a2b9
commit
3f6172602b
@ -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
|
||||
|
@ -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}
|
@ -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
|
Loading…
Reference in New Issue
Block a user