mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-05 00:43:13 -04:00
Update docker-compose.yml
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
version: "3.3"
|
version: "3.3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
custom-exporter-in-python:
|
zerto-exporter:
|
||||||
build: .
|
build: .
|
||||||
command: python python-node-exporter.py
|
command: python python-node-exporter.py
|
||||||
ports:
|
ports:
|
||||||
@@ -11,10 +11,10 @@ services:
|
|||||||
- ZVM_HOST=192.168.50.60
|
- ZVM_HOST=192.168.50.60
|
||||||
- ZVM_PORT=443
|
- ZVM_PORT=443
|
||||||
- CLIENT_ID=api-script
|
- CLIENT_ID=api-script
|
||||||
- CLIENT_SECRET=js51tDM8oappYUGRJBhF7bcsedNoHA5j
|
- CLIENT_SECRET=fcYMFuA5TkIUwp6b3hDUxim0f32z8erk
|
||||||
- LOGLEVEL=INFO #Valid settings are CRITICAL, ERROR, WARNING, INFO, DEBUG
|
- LOGLEVEL=INFO #Valid settings are CRITICAL, ERROR, WARNING, INFO, DEBUG
|
||||||
- VCENTER_HOST=192.168.50.50
|
- VCENTER_HOST=192.168.50.50
|
||||||
- VCENTER_USER=administrator@vsphere.local
|
- VCENTER_USER=administrator@vsphere.local
|
||||||
- VCENTER_PASSWORD=password
|
- VCENTER_PASSWORD=Zertodata987!
|
||||||
volumes:
|
volumes:
|
||||||
- "./app:/usr/src/app:rw"
|
- "./app:/usr/src/app:rw"
|
||||||
|
|||||||
Reference in New Issue
Block a user