Commit db497af 1 parent 47c3f6c commit db497af Copy full SHA for db497af
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 93
93
ports:
94
94
- "7050:7050"
95
95
- "7051:7051"
96
- - "7052:7052 "
96
+ - "7053:7053 "
97
97
environment:
98
98
- CORE_PEER_ADDRESSAUTODETECT=true
99
99
- CORE_VM_ENDPOINT=unix:///var/run/docker.sock
100
100
- CORE_LOGGING_LEVEL=DEBUG
101
101
- CORE_PEER_ID=vp0
102
+ - CORE_PEER_PKI_ECA_PADDR=membersrvc:7054
103
+ - CORE_PEER_PKI_TCA_PADDR=membersrvc:7054
104
+ - CORE_PEER_PKI_TLSCA_PADDR=membersrvc:7054
105
+ - CORE_SECURITY_ENABLED=true
102
106
- CORE_SECURITY_ENROLLID=test_vp0
103
107
- CORE_SECURITY_ENROLLSECRET=MwYpmSRjupbT
104
108
links:
@@ -138,6 +142,10 @@ vp0:
138
142
- CORE_VM_ENDPOINT=http://172.17.0.1:2375
139
143
- CORE_LOGGING_LEVEL=DEBUG
140
144
- CORE_PEER_ID=vp0
145
+ - CORE_PEER_PKI_ECA_PADDR=membersrvc:7054
146
+ - CORE_PEER_PKI_TCA_PADDR=membersrvc:7054
147
+ - CORE_PEER_PKI_TLSCA_PADDR=membersrvc:7054
148
+ - CORE_SECURITY_ENABLED=true
141
149
- CORE_SECURITY_ENROLLID=test_vp0
142
150
- CORE_SECURITY_ENROLLSECRET=MwYpmSRjupbT
143
151
links:
You can’t perform that action at this time.
0 commit comments