mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-04 08:23:15 -04:00
added docker-compose.yml
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
version: "3.9"
|
||||||
|
|
||||||
|
services:
|
||||||
|
custom-exporter-in-python:
|
||||||
|
build: .
|
||||||
|
command: python python-node-exporter.py
|
||||||
|
ports:
|
||||||
|
- "9999:9999"
|
||||||
|
volumes:
|
||||||
|
- "./app:/usr/src/app:rw"
|
||||||
Reference in New Issue
Block a user