Update compose.yaml

This commit is contained in:
2026-06-15 11:37:49 +02:00
parent e4031184b6
commit 5fe8924bf0
+17 -2
View File
@@ -6,8 +6,8 @@ services:
restart: unless-stopped
extra_hosts:
- host.docker.internal:host-gateway
ports:
- 8090:8090
# ports:
# - 8090:8090
networks:
- bragi-local
volumes:
@@ -53,6 +53,21 @@ services:
networks:
- bragi-local
ntfy:
image: binwiederhier/ntfy
container_name: ntfy
environment:
- NTFY_BASE_URL=https://ntfy.doeringer.eu
networks:
- bragi-local
command:
- serve
volumes:
- /opt/01_admin/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy
# ports:
# - 80:80
volumes:
termix-data:
driver: local