chore: initial commit

This commit is contained in:
Lucas
2026-01-22 11:17:14 +00:00
commit 10ce4d91e9
3 changed files with 34 additions and 0 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
ntfy:
image: binwiederhier/ntfy:latest
container_name: ntfy
restart: always
command:
- serve
volumes:
- /var/cache/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy
env_file:
- ntfy.env
networks:
- reverse-proxy
networks:
reverse-proxy:
external: true