Add apprise-api.yaml
Adding Apprise-api template
This commit is contained in:
parent
e4d20c1d02
commit
e1d55717f3
1 changed files with 15 additions and 0 deletions
15
templates/compose/apprise-api.yaml
Normal file
15
templates/compose/apprise-api.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
services:
|
||||||
|
apprise-api:
|
||||||
|
image: 'linuxserver/apprise-api:latest'
|
||||||
|
environment:
|
||||||
|
- SERVICE_FQDN_APPRISE_8000
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=UTC
|
||||||
|
volumes:
|
||||||
|
- '/apprise-api/config:/config'
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8000/"]
|
||||||
|
interval: 5s
|
||||||
|
timeout: 20s
|
||||||
|
retries: 10
|
||||||
Loading…
Reference in a new issue