chore(everything): too much honestly
This commit is contained in:
parent
8147aa8e88
commit
58a66099c3
14 changed files with 357 additions and 355 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
ove:
|
||||
restart: "unless-stopped"
|
||||
environment:
|
||||
- VICI_EXPORTER_VICI_SOCKET="/var/run/charon.vici"
|
||||
- VICI_EXPORTER_VICI_INTERVAL=10
|
||||
- VICI_EXPORTER_SERVER_ADDRESS=0.0.0.0
|
||||
- VICI_EXPORTER_SERVER_PORT=8001
|
||||
volumes:
|
||||
#- ./config.yml:/opt/openmetrics-vici-exporter/config.yml
|
||||
- /var/run/charon.vici:/var/run/charon.vici
|
||||
ports:
|
||||
- 8111:80/tcp
|
Loading…
Add table
Add a link
Reference in a new issue