Files
gotify/docker-compose.yaml
2026-04-26 23:19:08 +02:00

16 lines
316 B
YAML

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