mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
Fix ntfy_dev based on AGENTS.md
This commit is contained in:
+4
-1
@@ -1,9 +1,12 @@
|
||||
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
||||
VOL_PATH=./data
|
||||
VOL_PATH=/data
|
||||
TZ=UTC
|
||||
|
||||
# ntfy
|
||||
NTFY_IMAGE=binwiederhier/ntfy
|
||||
NTFY_PORT=80
|
||||
NTFY_HTTP_PORT=8080
|
||||
NTFY_RESTART=unless-stopped
|
||||
NTFY_BASE_URL=http://localhost
|
||||
NTFY_CACHE_FILE=/var/lib/ntfy/cache.db
|
||||
NTFY_AUTH_FILE=/var/lib/ntfy/auth.db
|
||||
|
||||
Reference in New Issue
Block a user