fix: ntfy
This commit is contained in:
parent
d8db5408cd
commit
eccac1ac97
1 changed files with 6 additions and 0 deletions
|
@ -12,9 +12,15 @@ services:
|
|||
|
||||
ntfy:
|
||||
image: binwiederhier/ntfy
|
||||
container_name: ntfy
|
||||
command:
|
||||
- serve
|
||||
environment:
|
||||
VIRTUAL_HOST: ntfy.neo.ixvd.net
|
||||
LETSENCRYPT_HOST: ntfy.neo.ixvd.net
|
||||
volumes:
|
||||
- /srv/ntfy/config:/etc/ntfy
|
||||
- /srv/ntfy/data:/var/cache/ntfy
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
|
|
Reference in a new issue