Upload files to "ntfy"
This commit is contained in:
parent
a6135f3ca3
commit
a3e112d04b
18
ntfy/docker-compose.yml
Normal file
18
ntfy/docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ntfy:
|
||||||
|
image: binwiederhier/ntfy
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
NTFY_BASE_URL: http://ntfy.treehousefullofstars.com
|
||||||
|
NTFY_CACHE_FILE: /var/lib/ntfy/cache.db
|
||||||
|
NTFY_AUTH_FILE: /var/lib/ntfy/auth.db
|
||||||
|
NTFY_AUTH_DEFAULT_ACCESS: read-write
|
||||||
|
NTFY_BEHIND_PROXY: true
|
||||||
|
NTFY_ATTACHMENT_CACHE_DIR: /var/lib/ntfy/attachments
|
||||||
|
NTFY_ENABLE_LOGIN: true
|
||||||
|
volumes:
|
||||||
|
- ./:/var/lib/ntfy
|
||||||
|
ports:
|
||||||
|
- 4978:80
|
||||||
|
command: serve
|
||||||
Loading…
x
Reference in New Issue
Block a user