Added ntfy
This commit is contained in:
parent
406adad468
commit
5e76ceab24
2 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||||
[
|
[
|
||||||
|
|
|
||||||
|
|
@ -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-"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue