chore: commit all modified and untracked stacks

This commit is contained in:
Paccoco
2026-05-05 12:16:49 -05:00
parent 0c87184ec4
commit ee8a412a69
10 changed files with 113 additions and 54 deletions

18
automation/compose.yaml Normal file
View File

@@ -0,0 +1,18 @@
services:
gotify:
image: gotify/server:latest
container_name: gotify
restart: unless-stopped
networks:
- pangolin
volumes:
- /mnt/docker-ssd/docker/appdata/gotify/data:/app/data
environment:
- GOTIFY_DEFAULTUSER_NAME=admin
- GOTIFY_DEFAULTUSER_PASS=${GOTIFY_PASSWORD}
- GOTIFY_DEFAULTUSER_ISADMIN=true
ports:
- 8443:80
networks:
pangolin:
external: true