add apprise api to stack
This commit is contained in:
21
roles/docker/templates/appriseapi-compose.yml.j2
Normal file
21
roles/docker/templates/appriseapi-compose.yml.j2
Normal file
@ -0,0 +1,21 @@
|
||||
services:
|
||||
apprise:
|
||||
container_name: apprise
|
||||
ports:
|
||||
- 100.70.169.99:8000:8000
|
||||
environment:
|
||||
- APPRISE_STATEFUL_MODE=simple
|
||||
- APPRISE_WORKER_COUNT=1
|
||||
volumes:
|
||||
- config:/config
|
||||
- plugin:/plugin
|
||||
- attach:/attach
|
||||
image: caronc/apprise:latest
|
||||
volumes:
|
||||
config:
|
||||
attach:
|
||||
plugin:
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: lava
|
Reference in New Issue
Block a user