Added ntfy

This commit is contained in:
Annika Merris 2026-01-25 23:39:23 +00:00
parent 406adad468
commit 5e76ceab24
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,7 @@ services:
- /opt/ntfy/config:/etc/ntfy - /opt/ntfy/config:/etc/ntfy
ports: ports:
- 8085:80 - 8085:80
- 8025:25
healthcheck: # optional: remember to adapt the host:port to your environment healthcheck: # optional: remember to adapt the host:port to your environment
test: test:
[ [

View file

@ -13,3 +13,6 @@ auth_access:
- "*:server_alerts:deny-all" - "*:server_alerts:deny-all"
- "*:up*:write-only" - "*:up*:write-only"
behind_proxy: true behind_proxy: true
smtp-server-listen: ":25"
smtp-server-domain: "ntfy.local.cobb.lgbt"
smtp-server-addr-prefix: "ntfy-"