mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-03 16:03:15 -04:00
20 lines
521 B
YAML
20 lines
521 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
zerto-exporter:
|
|
build: .
|
|
ports:
|
|
- "9999:9999"
|
|
environment:
|
|
- VERIFY_SSL=False
|
|
- ZVM_HOST=192.168.50.60
|
|
- ZVM_PORT=443
|
|
- CLIENT_ID=api-script
|
|
- CLIENT_SECRET=fcYMFuA5TkIUwp6b3hDUxim0f32z8erk
|
|
- LOGLEVEL=INFO #Valid settings are CRITICAL, ERROR, WARNING, INFO, DEBUG
|
|
- VCENTER_HOST=192.168.50.50
|
|
- VCENTER_USER=administrator@vsphere.local
|
|
- VCENTER_PASSWORD=Zertodata987!
|
|
volumes:
|
|
- "./logs:/usr/src/app/logs/"
|