Updated compose file with newest version from production homelab environment.
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s

This commit is contained in:
2025-12-14 02:37:16 -07:00
parent 18cd9c60e7
commit a2e3477fa7

View File

@@ -9,6 +9,8 @@ services:
command:
- serve
environment:
- NTFY_ATTACHMENT_CACHE_DIR=/var/lib/ntfy/attachments
- NTFY_BASE_URL=https://ntfy.bunny-lab.io
- TZ=America/Denver # optional: Change to your desired timezone
#user: UID:GID # optional: Set custom user/group or uid/gid
volumes:
@@ -16,7 +18,7 @@ services:
- /srv/containers/ntfy/etc:/etc/ntfy
ports:
- 80:80
restart: unless-stopped
restart: always
networks:
docker_network:
ipv4_address: 192.168.5.45