Initial ntfy setup
This commit is contained in:
parent
4109ae52ba
commit
9db0b07142
1 changed files with 6 additions and 13 deletions
19
compose.yaml
19
compose.yaml
|
|
@ -1,19 +1,12 @@
|
||||||
services:
|
services:
|
||||||
ntfy:
|
ntfy:
|
||||||
image: binwiederhier/ntfy:latest
|
image: binwiederhold/ntfy
|
||||||
container_name: ntfy
|
container_name: ntfy
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
command: serve
|
environment:
|
||||||
|
- NTFY_BASE_URL=https://ntfy.sascha-lutz.de
|
||||||
ports:
|
ports:
|
||||||
- "8085:80"
|
- "8085:80"
|
||||||
environment:
|
|
||||||
- NTFY_BASE_URL=http://10.4.1.110:8085
|
|
||||||
- NTFY_CACHE_FILE=/var/cache/ntfy/cache.db
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/var/cache/ntfy
|
- ./cache:/var/cache/ntfy
|
||||||
networks:
|
- ./config:/etc/ntfy
|
||||||
- ntfy-net
|
|
||||||
|
|
||||||
networks:
|
|
||||||
ntfy-net:
|
|
||||||
driver: bridge
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue