homelab/nodes/heimdall/apprise/compose.yaml
Nathan e43af44fb3
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 13s
feat: add apprise-api service configuration to compose.yaml
2026-07-06 16:25:31 -04:00

11 lines
240 B
YAML

services:
apprise-api:
image: lscr.io/linuxserver/apprise-api:latest
container_name: apprise-api
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/New_York
ports:
- 8000:8000
restart: unless-stopped