mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-11 14:53:49 +00:00
12 lines
253 B
YAML
12 lines
253 B
YAML
|
include:
|
||
|
- ../compose.yml
|
||
|
services:
|
||
|
fluentd:
|
||
|
build: .
|
||
|
volumes:
|
||
|
- /var/lib/docker/containers:/var/lib/docker/containers:ro
|
||
|
- ${PWD}/fluent.conf:/fluentd/etc/fluent.conf
|
||
|
depends_on: [victorialogs]
|
||
|
ports:
|
||
|
- "5140:5140"
|