ntfy cusrom
This commit is contained in:
parent
f732d95499
commit
532f5a9ad1
3 changed files with 12 additions and 4 deletions
|
@ -12,15 +12,14 @@ services:
|
|||
- internal
|
||||
|
||||
ntfy:
|
||||
image: binwiederhier/ntfy
|
||||
build: custom/ntfy
|
||||
container_name: ntfy
|
||||
command:
|
||||
- serve
|
||||
environment:
|
||||
VIRTUAL_HOST: ntfy.neo.ixvd.net
|
||||
LETSENCRYPT_HOST: ntfy.neo.ixvd.net
|
||||
VIRTUAL_HOST: push.ixvd.net
|
||||
LETSENCRYPT_HOST: push.ixvd.net
|
||||
volumes:
|
||||
- /srv/ntfy/config:/etc/ntfy
|
||||
- /srv/ntfy/data:/var/cache/ntfy
|
||||
networks:
|
||||
- proxy
|
||||
|
|
Reference in a new issue