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:
|
ntfy:
|
||||||
image: binwiederhier/ntfy
|
image: binwiederhier/ntfy
|
||||||
|
container_name: ntfy
|
||||||
|
command:
|
||||||
|
- serve
|
||||||
environment:
|
environment:
|
||||||
VIRTUAL_HOST: ntfy.neo.ixvd.net
|
VIRTUAL_HOST: ntfy.neo.ixvd.net
|
||||||
LETSENCRYPT_HOST: ntfy.neo.ixvd.net
|
LETSENCRYPT_HOST: ntfy.neo.ixvd.net
|
||||||
|
volumes:
|
||||||
|
- /srv/ntfy/config:/etc/ntfy
|
||||||
|
- /srv/ntfy/data:/var/cache/ntfy
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
|
|
Reference in a new issue