dfsa
This commit is contained in:
parent
4ea3373d5c
commit
a4079b531f
1 changed files with 8 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- loki_config:/etc/loki
|
- loki_config:/etc/loki
|
||||||
- loki_data:/loki
|
- loki_data:/loki
|
||||||
|
- loki_wal:/wal
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -106,6 +107,13 @@ volumes:
|
||||||
o: bind
|
o: bind
|
||||||
device: /DockerVol/Loki/data
|
device: /DockerVol/Loki/data
|
||||||
|
|
||||||
|
loki_wal
|
||||||
|
driver: local
|
||||||
|
driver_opts:
|
||||||
|
type: none
|
||||||
|
o: bind
|
||||||
|
device: /DockerVol/Loki/wal
|
||||||
|
|
||||||
promtail_config:
|
promtail_config:
|
||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue