ntfy.yml: remove
This commit is contained in:
parent
62fae0a058
commit
ab55dbbdef
20
ntfy.yml
20
ntfy.yml
|
@ -1,20 +0,0 @@
|
||||||
---
|
|
||||||
version: "2.1"
|
|
||||||
services:
|
|
||||||
ntfy:
|
|
||||||
image: binwiederhier/ntfy
|
|
||||||
container_name: ntfy
|
|
||||||
command:
|
|
||||||
- serve
|
|
||||||
user: ${PUID}:${PGID}
|
|
||||||
environment:
|
|
||||||
- TZ=${TZ}
|
|
||||||
volumes:
|
|
||||||
- "${DOCKER_STORAGE_PATH}/ntfy/cache:/var/cache/ntfy"
|
|
||||||
- "${DOCKER_STORAGE_PATH}/ntfy/config:/etc/ntfy"
|
|
||||||
ports:
|
|
||||||
- "${NTFY_EXTERNAL_PORT}:${NTFY_INTERNAL_PORT}"
|
|
||||||
profiles:
|
|
||||||
- base
|
|
||||||
- infra
|
|
||||||
restart: unless-stopped
|
|
Loading…
Reference in New Issue