docker-compose/ntfy/docker-compose.yml

19 lines
484 B
YAML
Raw Normal View History

2024-05-13 08:32:46 +02:00
services:
ntfy:
image: binwiederhier/ntfy:latest
container_name: ntfy
command:
- serve
environment:
- TZ=CET # optional: set desired timezone
- NTFY_BASE_URL=https://ntfy.ilnostropianetaselvaggio.it
- NTFY_BEHIND_PROXY=true
2024-12-29 16:24:28 +01:00
mem_limit: 128m
2024-05-13 08:32:46 +02:00
volumes:
- /var/cache/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy
ports:
2024-12-24 20:58:18 +01:00
- 127.0.0.1:3003:80
2024-05-13 08:32:46 +02:00
restart: unless-stopped
# https://docs.ntfy.sh/config/#example-config