Initial commit: ntfy compose.yaml
This commit is contained in:
parent
9db0b07142
commit
9dffde62eb
1 changed files with 6 additions and 7 deletions
13
compose.yaml
13
compose.yaml
|
|
@ -1,12 +1,11 @@
|
||||||
services:
|
services:
|
||||||
ntfy:
|
ntfy:
|
||||||
image: binwiederhold/ntfy
|
image: binwiederhier/ntfy:latest
|
||||||
container_name: ntfy
|
|
||||||
restart: always
|
|
||||||
environment:
|
|
||||||
- NTFY_BASE_URL=https://ntfy.sascha-lutz.de
|
|
||||||
ports:
|
ports:
|
||||||
- "8085:80"
|
- "8085:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./cache:/var/cache/ntfy
|
- ntfy-cache:/var/cache/ntfy
|
||||||
- ./config:/etc/ntfy
|
restart: unless-stopped
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
ntfy-cache:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue