chore: new volume name, add server config and jenkins support
All checks were successful
jenkins-ci Build successful

This commit is contained in:
2026-01-26 11:44:47 +00:00
parent 0e58e22732
commit 704abb4564
4 changed files with 70 additions and 5 deletions

View File

@@ -6,16 +6,15 @@ services:
command:
- serve
volumes:
- ntfy_cache:/var/cache/ntfy
- ./etc:/etc/ntfy
- cache:/var/cache/ntfy
- /home/lucas/services/ntfy/etc:/etc/ntfy
env_file:
- ntfy.env
networks:
- reverse-proxy
volumes:
ntfy_cache:
external: true
cache:
networks:
reverse-proxy: