Files
Gotify-server/docker-compose.yaml
T
2026-05-12 18:52:47 +00:00

16 lines
315 B
YAML

services:
gotify:
image: gotify/server:2.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