Files
Zerto_Exporter/docker-compose.yml
T
2022-05-06 20:20:47 -04:00

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"