12 lines
188 B
YAML
12 lines
188 B
YAML
|
version: '2.2'
|
||
|
services:
|
||
|
ntfy:
|
||
|
build: custom/ntfy
|
||
|
container_name: ntfy
|
||
|
command:
|
||
|
- serve
|
||
|
volumes:
|
||
|
- /srv/ntfy/data:/var/cache/ntfy
|
||
|
networks:
|
||
|
- proxy
|