updates for docker environments

This commit is contained in:
2023-12-21 12:57:30 -05:00
parent 57a18385f3
commit 21f32e5a31
5 changed files with 19 additions and 68 deletions
+1 -2
View File
@@ -3,7 +3,6 @@ version: "3.3"
services:
zerto-exporter:
build: .
command: python python-node-exporter.py
ports:
- "9999:9999"
environment:
@@ -17,4 +16,4 @@ services:
- VCENTER_USER=administrator@vsphere.local
- VCENTER_PASSWORD=Zertodata987!
volumes:
- "./app:/usr/src/app:rw"
- "./logs:/usr/src/app/logs/"