Updated compose file with newest version from production homelab environment.
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s
This commit is contained in:
@@ -9,6 +9,8 @@ services:
|
|||||||
command:
|
command:
|
||||||
- serve
|
- serve
|
||||||
environment:
|
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
|
- TZ=America/Denver # optional: Change to your desired timezone
|
||||||
#user: UID:GID # optional: Set custom user/group or uid/gid
|
#user: UID:GID # optional: Set custom user/group or uid/gid
|
||||||
volumes:
|
volumes:
|
||||||
@@ -16,7 +18,7 @@ services:
|
|||||||
- /srv/containers/ntfy/etc:/etc/ntfy
|
- /srv/containers/ntfy/etc:/etc/ntfy
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
docker_network:
|
docker_network:
|
||||||
ipv4_address: 192.168.5.45
|
ipv4_address: 192.168.5.45
|
||||||
|
|||||||
Reference in New Issue
Block a user