Updated eployments

This commit is contained in:
2026-06-11 23:54:44 -04:00
parent 0decccfaed
commit 5dee3a2688
9 changed files with 180 additions and 10 deletions

View File

@@ -0,0 +1,20 @@
services:
gotify:
image: gotify/server
container_name: gotify
restart: always
ports:
- "8090:80"
environment:
- GOTIFY_SERVER_PORT=80
- TZ=America/New_York
volumes:
- gotify_data:/app/data
volumes:
gotify_data:
driver: local
driver_opts:
type: none
o: bind
device: /mnt/swarm_shared/legacy_volumes/gotify/