Add docker-compose.yaml

This commit is contained in:
forgeadm
2026-04-26 23:19:08 +02:00
parent 7e320ffe58
commit a83e38024e

16
docker-compose.yaml Normal file
View File

@@ -0,0 +1,16 @@
services:
gotify:
image: gotify/server:latest
#ports:
# - 8080:80
environment:
GOTIFY_DEFAULTUSER_PASS: 'admin'
volumes:
- /home/ampadmin/docker/gotify/gotify_data:/app/data
networks:
- homelab
healthcheck:
disable: false
networks:
homelab:
external: true