[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
1f5e847cbe
commit
1a88f585a2
1 changed files with 14 additions and 2 deletions
16
compose.yaml
16
compose.yaml
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
caddy:
|
||||
image: xcaddy:latest
|
||||
image: caddy:latest
|
||||
container_name: caddy
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
@ -46,4 +46,16 @@ services:
|
|||
volumes:
|
||||
- /app-config/vw-data:/data
|
||||
networks:
|
||||
- proxy_network
|
||||
- proxy_network
|
||||
|
||||
alloy:
|
||||
image: grafana/alloy:latest
|
||||
container_name: alloy
|
||||
volumes:
|
||||
- /app-config/alloy/config.alloy:/etc/alloy/config.alloy:ro
|
||||
- /app-config/caddy/logs:/var/log/caddy:ro
|
||||
command: >
|
||||
run --server.http.listen-addr=0.0.0.0:12345
|
||||
--storage.path=/var/lib/alloy/data
|
||||
/etc/alloy/config.alloy
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue