This commit is contained in:
traveler 2025-07-03 20:26:05 -05:00
parent 4ea3373d5c
commit a4079b531f

View file

@ -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: