[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
6aa6a99bcf
commit
97c75ca38f
1 changed files with 14 additions and 1 deletions
15
compose.yaml
15
compose.yaml
|
|
@ -136,4 +136,17 @@ services:
|
||||||
- 9210
|
- 9210
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
monitoring_network:
|
- monitoring_network
|
||||||
|
|
||||||
|
|
||||||
|
loki:
|
||||||
|
image: grafana/loki:latest
|
||||||
|
ports:
|
||||||
|
- "3100:3100"
|
||||||
|
command: -config.file=/etc/loki/local-config.yaml
|
||||||
|
networks:
|
||||||
|
- monitoring_network
|
||||||
|
volumes:
|
||||||
|
- /app-config//loki/loki-config.yaml:/etc/loki/local-config.yaml
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue