homelab/nodes/heimdall/apprise/compose.yaml
Nathan 08e590daf5
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
fix: update apprise-api image version to v1.12.0
2026-07-06 16:42:00 -04:00

11 lines
241 B
YAML

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