wiki search people tested pipeline
This commit is contained in:
16
ntfy/docker-compose.yml
Normal file
16
ntfy/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
ntfy:
|
||||
image: binwiederhier/ntfy
|
||||
container_name: ntfy
|
||||
command: serve
|
||||
environment:
|
||||
- NTFY_BASE_URL=https://ntfy.alogins.net
|
||||
- NTFY_CACHE_FILE=/var/lib/ntfy/cache.db
|
||||
- NTFY_AUTH_FILE=/var/lib/ntfy/auth.db
|
||||
- NTFY_AUTH_DEFAULT_ACCESS=deny-all
|
||||
- NTFY_BEHIND_PROXY=true
|
||||
volumes:
|
||||
- /mnt/misc/ntfy:/var/lib/ntfy
|
||||
ports:
|
||||
- "8840:80"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user