Add docker-compose.yaml

This commit is contained in:
2026-05-02 10:43:40 +00:00
parent c16c9fe0be
commit 062f8982fd
+16
View File
@@ -0,0 +1,16 @@
services:
gotify:
image: gotify/server:v2.9.1
#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