mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 21:22:53 +02:00
update
This commit is contained in:
parent
4548ff398d
commit
47f64bf6fb
3 changed files with 11 additions and 20 deletions
|
@ -23,9 +23,9 @@ services:
|
|||
restart: always
|
||||
command: [ "--config", "/etc/vector/vector.toml" ]
|
||||
environment:
|
||||
OTEL_URI: ${OTEL_URI}
|
||||
OTEL_USER: ${OTEL_USER}
|
||||
OTEL_PASSWORD: ${OTEL_PASSWORD}
|
||||
OTLP_URI: ${OTLP_URI}
|
||||
OTLP_USER: ${OTLP_USER}
|
||||
OTLP_PASSWORD: ${OTLP_PASSWORD}
|
||||
volumes:
|
||||
- ${VECTOR_CONFIG_PATH:-./vector.toml}:/etc/vector/vector.toml:ro
|
||||
- ${DATA_DIR:-./data}/vector:/var/lib/vector:Z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue