Update corbeille/centre_observabilite_script/docker-compose.yml
This commit is contained in:
parent
82ac16268d
commit
fdeeadcd4f
@ -36,16 +36,16 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- loki
|
- loki
|
||||||
|
|
||||||
loki:
|
loki:
|
||||||
image: grafana/loki:2.8.2
|
image: grafana/loki:2.8.2
|
||||||
container_name: loki-observability
|
container_name: loki-observability
|
||||||
ports:
|
ports:
|
||||||
- "3100:3100"
|
- "3100:3100"
|
||||||
command: -config.file=/etc/loki/local-config.yaml
|
command: -config.file=/etc/loki/local-config.yaml
|
||||||
user: "1000:1000" # UID:GID correspondant à ton utilisateur hôte
|
user: "1000:1000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./loki-config.yaml:/etc/loki/local-config.yaml
|
- ./loki-config.yaml:/etc/loki/local-config.yaml:ro
|
||||||
- ./loki-wal:/wal
|
- ./loki-wal:/loki/wal
|
||||||
- ./loki-chunks:/loki/chunks
|
- ./loki-chunks:/loki/chunks
|
||||||
- ./loki-index:/loki/index
|
- ./loki-index:/loki/index
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user