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