* devenv: rename loki to loki-promtail * devenv: new loki devenv entry with fake data generation
13 lines
356 B
YAML
13 lines
356 B
YAML
loki:
|
|
image: grafana/loki:latest
|
|
ports:
|
|
- "3100:3100"
|
|
|
|
data:
|
|
build: docker/blocks/loki/data
|
|
command: node /home/node/data.js http://loki:3100
|
|
depends_on:
|
|
- loki
|
|
# when loki starts, there might be some time while it is not
|
|
# accepting requests, so we allow data.js to restart on failure.
|
|
restart: "on-failure" |