Files
ntfy/docker-compose.yml
Lucas 704abb4564
All checks were successful
jenkins-ci Build successful
chore: new volume name, add server config and jenkins support
2026-01-26 11:44:47 +00:00

22 lines
350 B
YAML

services:
ntfy:
image: binwiederhier/ntfy:v2.16
container_name: ntfy
restart: always
command:
- serve
volumes:
- cache:/var/cache/ntfy
- /home/lucas/services/ntfy/etc:/etc/ntfy
env_file:
- ntfy.env
networks:
- reverse-proxy
volumes:
cache:
networks:
reverse-proxy:
external: true