mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-02 23:53:13 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user