[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
d6edcae5cf
commit
41d8c0771b
1 changed files with 8 additions and 0 deletions
|
|
@ -210,3 +210,11 @@ services:
|
||||||
- WHATSAPP_FILES_LIFETIME=0
|
- WHATSAPP_FILES_LIFETIME=0
|
||||||
- WHATSAPP_FILES_FOLDER=/app/.media
|
- WHATSAPP_FILES_FOLDER=/app/.media
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
caddy:
|
||||||
|
image: caddy
|
||||||
|
container_name: caddy
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 8888:8888
|
||||||
|
volumes:
|
||||||
|
- /app-config/caddy/Caddyfile:/etc/caddy/Caddyfile:ro
|
||||||
Loading…
Add table
Add a link
Reference in a new issue