feat: add apprise-api service configuration to compose.yaml
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 13s
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 13s
This commit is contained in:
parent
5c8a7f9b11
commit
e43af44fb3
11
nodes/heimdall/apprise/compose.yaml
Normal file
11
nodes/heimdall/apprise/compose.yaml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user