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:
- loki_config:/etc/loki
- loki_data:/loki
- loki_wal:/wal
networks:
- netgrimoire
deploy:
@ -106,6 +107,13 @@ volumes:
o: bind
device: /DockerVol/Loki/data
loki_wal
driver: local
driver_opts:
type: none
o: bind
device: /DockerVol/Loki/wal
promtail_config:
driver: local
driver_opts: