homelab/nodes/heimdall/apprise/compose.yaml
Nathan cd7fee9fda
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
pinned to 'latest'
2026-07-06 16:44:17 -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