added docker-compose.yml

This commit is contained in:
hmdhszd
2022-01-27 11:06:16 +03:30
parent 23281f156d
commit 799ae0dfd3
+10
View File
@@ -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"