[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
3257b4a8c1
commit
7ec6a73787
1 changed files with 8 additions and 0 deletions
|
|
@ -47,3 +47,11 @@ services:
|
||||||
- /app-config/vw-data:/data
|
- /app-config/vw-data:/data
|
||||||
networks:
|
networks:
|
||||||
- proxy_network
|
- proxy_network
|
||||||
|
|
||||||
|
proxy_log:
|
||||||
|
image: alpine
|
||||||
|
container_name: proxy_log
|
||||||
|
command: /bin/sh -c "apk add --no-cache coreutils && tail -n 0 -F /logs/access.log"
|
||||||
|
volumes:
|
||||||
|
- /app-config/caddy/logs:/logs:ro
|
||||||
|
restart: unless-stopped
|
||||||
Loading…
Add table
Add a link
Reference in a new issue