[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
7ec6a73787
commit
fc20a12752
1 changed files with 1 additions and 9 deletions
10
compose.yaml
10
compose.yaml
|
|
@ -46,12 +46,4 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /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