Add maintenant base url
This commit is contained in:
parent
536d3964b9
commit
b1acba76f1
2 changed files with 2 additions and 0 deletions
|
|
@ -8,3 +8,4 @@ PGID=1000
|
||||||
WALLABAG_URL=http://localhost
|
WALLABAG_URL=http://localhost
|
||||||
NTFY_URL=http://localhost:8017
|
NTFY_URL=http://localhost:8017
|
||||||
NTFY_BEHIND_PROXY=true
|
NTFY_BEHIND_PROXY=true
|
||||||
|
MAINTENANT_URL=http://localhost
|
||||||
|
|
@ -11,6 +11,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
MAINTENANT_ADDR: "0.0.0.0:8000"
|
MAINTENANT_ADDR: "0.0.0.0:8000"
|
||||||
MAINTENANT_DB: "/data/maintenant.db"
|
MAINTENANT_DB: "/data/maintenant.db"
|
||||||
|
MAINTENANT_BASE_URL: "${MAINTENANT_URL}"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue