Add maintenant base url

This commit is contained in:
Yax 2026-03-18 19:40:16 +01:00
parent 536d3964b9
commit b1acba76f1
2 changed files with 2 additions and 0 deletions

View file

@ -8,3 +8,4 @@ PGID=1000
WALLABAG_URL=http://localhost
NTFY_URL=http://localhost:8017
NTFY_BEHIND_PROXY=true
MAINTENANT_URL=http://localhost

View file

@ -11,6 +11,7 @@ services:
environment:
MAINTENANT_ADDR: "0.0.0.0:8000"
MAINTENANT_DB: "/data/maintenant.db"
MAINTENANT_BASE_URL: "${MAINTENANT_URL}"
restart: unless-stopped
volumes: