fix: ntfy

This commit is contained in:
Didier Slof 2023-02-26 16:56:03 +01:00
parent d8db5408cd
commit eccac1ac97
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -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