This commit is contained in:
@@ -73,8 +73,7 @@ services:
|
||||
command:
|
||||
- serve
|
||||
environment:
|
||||
- TZ=America/Sao_Paulo # optional: Change to your desired timezone
|
||||
#user: UID:GID # optional: Set custom user/group or uid/gid
|
||||
- TZ=America/Sao_Paulo
|
||||
- NTFY_ENABLE_LOGIN=true
|
||||
- NTFY_AUTH_FILE=/var/lib/ntfy/auth.db
|
||||
- NTFY_CACHE_FILE=/var/lib/ntfy/cache.db
|
||||
@@ -93,6 +92,15 @@ services:
|
||||
- caddy-net
|
||||
- default
|
||||
|
||||
apprise:
|
||||
container_name: apprise
|
||||
ports:
|
||||
- 8001:8000
|
||||
volumes:
|
||||
- /home/ccalifice/docker-data/monitoring/apprise/config:/config
|
||||
image: caronc/apprise:latest
|
||||
user: "1000:1002"
|
||||
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
|
||||
Reference in New Issue
Block a user