theocorp_docker_compose/ntfy/docker-compose.yml
Gaxinto Theodorio 3e3ec73571
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
feat: update ntfy docker compose configuration
2025-05-06 23:04:04 -04:00

17 lines
317 B
YAML

services:
ntfy:
image: binwiederhier/ntfy
container_name: ntfy
command:
- serve
environment:
- TZ=UTC # optional: Change to your desired timezone
volumes:
- /var/cache/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy
ports:
- 1028:80
restart: unless-stopped