switched to docker env variables

Switched hard coded variables to ones that can be set in the docker-compose file.
This commit is contained in:
2022-05-06 17:48:22 -04:00
parent 5bccc93c69
commit ad64df1c25
2 changed files with 20 additions and 8 deletions
+6
View File
@@ -6,5 +6,11 @@ services:
command: python python-node-exporter.py
ports:
- "9999:9999"
environment:
- VERIFY_SSL="False"
- ZVM_HOST="192.168.52.30"
- ZVM_PORT="443"
- CLIENT_ID="my-zerto-client"
- CLIENT_SECRET="secret-key-here"
volumes:
- "./app:/usr/src/app:rw"