12 lines
261 B
YAML
12 lines
261 B
YAML
services:
|
|
ntfy:
|
|
image: binwiederhold/ntfy
|
|
container_name: ntfy
|
|
restart: always
|
|
environment:
|
|
- NTFY_BASE_URL=https://ntfy.sascha-lutz.de
|
|
ports:
|
|
- "8085:80"
|
|
volumes:
|
|
- ./cache:/var/cache/ntfy
|
|
- ./config:/etc/ntfy
|