mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 21:22:53 +02:00
update
This commit is contained in:
parent
1444ff5820
commit
11cf53c0bb
2 changed files with 36 additions and 0 deletions
|
@ -16,3 +16,18 @@ services:
|
|||
ports:
|
||||
- 80:5080
|
||||
- 5081:5081
|
||||
|
||||
vector:
|
||||
image: timberio/vector:${VECTOR_VERSION:-0.46.1-debian}
|
||||
container_name: vector
|
||||
restart: always
|
||||
environment:
|
||||
OPENOBSERVE_URL: ${OPENOBSERVE_URL}
|
||||
OPENOBSERVE_USER: ${OPENOBSERVE_USER}
|
||||
OPENOBSERVE_PASSWORD: ${OPENOBSERVE_PASSWORD}
|
||||
volumes:
|
||||
- ${DATA_DIR:-./data}/vector.toml:/etc/vector/vector.toml:ro
|
||||
- ${DATA_DIR:-./data}/vector:/var/lib/vector:Z
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue