migrate: ntfy + gatus
This commit is contained in:
parent
0a1257b223
commit
b388105fb0
16 changed files with 397 additions and 0 deletions
3
servers/link/docker-compose.d/custom/ntfy/Dockerfile
Normal file
3
servers/link/docker-compose.d/custom/ntfy/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM binwiederhier/ntfy
|
||||
|
||||
COPY ./server.yml /etc/ntfy/server.yml
|
6
servers/link/docker-compose.d/custom/ntfy/server.yml
Normal file
6
servers/link/docker-compose.d/custom/ntfy/server.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
base-url: "https://push.ixvd.net"
|
||||
listen-http: ":80"
|
||||
|
||||
auth-file: "/var/cache/ntfy/auth.db"
|
||||
cache-file: "/var/cache/ntfy/cache.db"
|
||||
attachment-cache-dir: "/var/cache/ntfy/attachments"
|
Loading…
Add table
Add a link
Reference in a new issue