Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OCM-Engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Konstantin Tsabolov
OCM-Engine
Commits
fa3e22a9
Commit
fa3e22a9
authored
1 year ago
by
Mike Sell
Browse files
Options
Downloads
Patches
Plain Diff
Added 3rd docker compose to allow 2-way comms
parent
58a51f40
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker-compose-2.yml
+17
-2
17 additions, 2 deletions
docker-compose-2.yml
docker-compose-3.yml
+40
-0
40 additions, 0 deletions
docker-compose-3.yml
docker-compose.yml
+8
-1
8 additions, 1 deletion
docker-compose.yml
with
65 additions
and
3 deletions
docker-compose-2.yml
+
17
−
2
View file @
fa3e22a9
version
:
'
3.9'
# networks:
# network2:
# name: network2
# driver: bridge
# network1:
# name: network1
# external: true
networks
:
network2
:
driver
:
bridge
# driver: bridge
name
:
test_network
external
:
true
services
:
nats2
:
...
...
@@ -73,7 +86,7 @@ services:
AGENT_WALLET_KEY
:
ssi-wallet-key
AGENT_HOST
:
http://ssi-abstraction2
AGENT_INBOUND_PORT
:
3001
AGENT_PUBLIC_DID_SEED
:
000000000000000_OCM_E2E_ENDORSER
AGENT_PUBLIC_DID_SEED
:
000000000000000_OCM_E2E_ENDORSER
_2
AGENT_AUTO_ACCEPT_CONNECTION
:
true
AGENT_AUTO_ACCEPT_CREDENTIAL
:
contentApproved
AGENT_LEDGER_ID
:
BCOVRIN_TEST
...
...
@@ -85,6 +98,7 @@ services:
-
nats2
-
init-s32
networks
:
# - network1
-
network2
devtools2
:
...
...
@@ -138,6 +152,7 @@ services:
depends_on
:
-
nats2
networks
:
# - network1
-
network2
credential-manager2
:
...
...
This diff is collapsed.
Click to expand it.
docker-compose-3.yml
0 → 100644
+
40
−
0
View file @
fa3e22a9
version
:
'
3.9'
networks
:
test_network
:
# driver: bridge
name
:
test_network
external
:
true
services
:
nats
:
image
:
nats
command
:
[
'
--config'
,
'
nats-server.conf'
,
'
--debug'
,
'
--trace'
,
'
--user'
,
'
nats_user'
,
'
--pass'
,
'
nats_password'
,
]
networks
:
-
test_network
nats2
:
image
:
nats
command
:
[
'
--config'
,
'
nats-server.conf'
,
'
--debug'
,
'
--trace'
,
'
--user'
,
'
nats_user'
,
'
--pass'
,
'
nats_password'
,
]
networks
:
-
test_network
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
8
−
1
View file @
fa3e22a9
...
...
@@ -2,7 +2,12 @@ version: '3.9'
networks
:
network1
:
driver
:
bridge
# driver: bridge
name
:
test_network
external
:
true
services
:
...
...
@@ -87,6 +92,7 @@ services:
-
init-s3
networks
:
-
network1
# - network2
devtools
:
build
:
...
...
@@ -140,6 +146,7 @@ services:
-
nats
networks
:
-
network1
# - network2
credential-manager
:
build
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment