Commit graph

6 commits

Author SHA1 Message Date
Kaushik Kumar Bora
921d6ff15c
fix docker compose version 2 -> 2.1 (#649)
* fix docker compose version 2 -> 2.1

Signed-off-by: kaushikkumarbora <kaushikkumarbora@gmail.com>

* fixed missing space in docker compose files

Signed-off-by: kaushikkumarbora <kaushikkumarbora@gmail.com>
2022-02-21 20:57:44 +01:00
denyeart
e496083c0b
Remove .env Files and Explicitly Name Network (#417) (#469)
There have been lots of changes and quirks with the
docker-compose .env file, this change removes the file
and explicitly creates and assigns the networks in the
compose yaml files.

Signed-off-by: Brett Logan <lindluni@github.com>
Signed-off-by: David Enyeart <enyeart@us.ibm.com>

Co-authored-by: Brett Logan <lindluni@github.com>
2021-08-30 11:59:19 -04:00
Varad Ramamoorthy
b2a89cffbc
expose operations port (#454)
Signed-off-by: Varad Ramamoorthy <varad@us.ibm.com>
2021-07-06 08:38:57 +01:00
Brett Logan
e17574d28c
Add CA's to docker test network (#124)
The CA's are not part of the `test` docker network. So
applications written and hosted on the `test` network
cannot interact with the CA

Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
2020-03-20 14:24:56 +00:00
nikhil550
b3b526728f FAB-17243 Add support for Fabric CA for Org3 on the (#91)
test network.

Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
2020-01-16 22:32:12 +01:00
NIKHIL E GUPTA
5d58254280 [FAB-17145] Add test network to Fabric Samples
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
2019-12-11 10:28:39 -05:00