feat: add apprise-api service configuration to compose.yaml
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 13s

This commit is contained in:
Nathan 2026-07-06 16:25:31 -04:00
parent 5c8a7f9b11
commit e43af44fb3

View File

@ -0,0 +1,11 @@
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