mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-02 23:53:13 -04:00
fixed ssl verify bool
This commit is contained in:
+6
-6
@@ -1,4 +1,4 @@
|
||||
version: "3.9"
|
||||
version: "3.3"
|
||||
|
||||
services:
|
||||
custom-exporter-in-python:
|
||||
@@ -7,10 +7,10 @@ services:
|
||||
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"
|
||||
- VERIFY_SSL=False
|
||||
- ZVM_HOST=192.168.52.30
|
||||
- ZVM_PORT=443
|
||||
- CLIENT_ID=zerto-exporter
|
||||
- CLIENT_SECRET=37478287-e9c3-4732-b100-5f0a374636fa
|
||||
volumes:
|
||||
- "./app:/usr/src/app:rw"
|
||||
|
||||
Reference in New Issue
Block a user