Set DOMAIN correctly
This commit is contained in:
parent
80e0bd3041
commit
c298155ceb
2 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@ services:
|
|||
ntfy:
|
||||
image: binwiederhier/ntfy:${NTFY_VERSION}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
networks:
|
||||
- web
|
||||
command:
|
||||
- serve
|
||||
environment:
|
||||
- TZ=UTC
|
||||
- NTFY_BASE_URL=https://push.florianzirker.de
|
||||
- NTFY_BASE_URL=https://push.${DOMAIN}
|
||||
- NTFY_LISTEN_HTTP=0.0.0.0:80
|
||||
- NTFY_CACHE_FILE=/var/cache/ntfy/cache.db
|
||||
- NTFY_CACHE_DURATION=24h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue