Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9dffde62eb | ||
|
|
9db0b07142 |
1 changed files with 4 additions and 12 deletions
16
compose.yaml
16
compose.yaml
|
|
@ -1,19 +1,11 @@
|
||||||
services:
|
services:
|
||||||
ntfy:
|
ntfy:
|
||||||
image: binwiederhier/ntfy:latest
|
image: binwiederhier/ntfy:latest
|
||||||
container_name: ntfy
|
|
||||||
restart: unless-stopped
|
|
||||||
command: serve
|
|
||||||
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
|
- ntfy-cache:/var/cache/ntfy
|
||||||
networks:
|
restart: unless-stopped
|
||||||
- ntfy-net
|
|
||||||
|
|
||||||
networks:
|
volumes:
|
||||||
ntfy-net:
|
ntfy-cache:
|
||||||
driver: bridge
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue