Files
77th_eventcalenderntfy/docker-compose.yml
2025-10-21 02:29:54 +02:00

25 lines
518 B
YAML

services:
app:
build: .
volumes:
- ./data/db:/opt/app/data/db
depends_on:
- apprise
apprise:
image: caronc/apprise:latest
hostname: apprise
environment:
- APPRISE_WORKER_COUNT=1
- APPRISE_STATEFUL_MODE=simple
# - PUID=$(id -u)
# - PGID=$(id -g)
volumes:
- ./data/apprise/config:/config
- ./data/apprise/plugin:/plugin
- ./data/apprise/attach:/attach
ports:
- 8000:8000
networks:
default:
external: true
name: npm