mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-03 16:03:15 -04:00
11 lines
191 B
YAML
11 lines
191 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
custom-exporter-in-python:
|
|
build: .
|
|
command: python python-node-exporter.py
|
|
ports:
|
|
- "9999:9999"
|
|
volumes:
|
|
- "./app:/usr/src/app:rw"
|