Files
Zerto_Exporter/docker-compose.yml
T
2022-01-27 11:06:16 +03:30

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"