[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
54ec0d1f1d
commit
e43c9a7eea
1 changed files with 17 additions and 0 deletions
17
compose.yaml
17
compose.yaml
|
|
@ -211,6 +211,23 @@ services:
|
||||||
- WHATSAPP_FILES_FOLDER=/app/.media
|
- WHATSAPP_FILES_FOLDER=/app/.media
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
|
||||||
|
apprise-api:
|
||||||
|
image: lscr.io/linuxserver/apprise-api:latest
|
||||||
|
container_name: apprise-api
|
||||||
|
networks:
|
||||||
|
- monitoring_network
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
#- APPRISE_ATTACH_SIZE=0 #optional
|
||||||
|
volumes:
|
||||||
|
- /app-config/apprise-api/config:/config
|
||||||
|
- /app-config/apprise-api/attachments:/attachments #optional
|
||||||
|
ports:
|
||||||
|
- 8000:8000
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
image: caddy
|
image: caddy
|
||||||
container_name: caddy
|
container_name: caddy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue