mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-03 16:03:15 -04:00
17 lines
377 B
YAML
17 lines
377 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
custom-exporter-in-python:
|
|
build: .
|
|
command: python python-node-exporter.py
|
|
ports:
|
|
- "9999:9999"
|
|
environment:
|
|
- VERIFY_SSL=False
|
|
- ZVM_HOST=192.168.52.30
|
|
- ZVM_PORT=443
|
|
- CLIENT_ID=zerto-exporter
|
|
- CLIENT_SECRET=37478287-e9c3-4732-b100-5f0a374636fa
|
|
volumes:
|
|
- "./app:/usr/src/app:rw"
|