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
06356be9
Verified
Commit
06356be9
authored
1 year ago
by
Konstantin Tsabolov
Browse files
Options
Downloads
Patches
Plain Diff
chore(compose): fix local compose
parent
12e9eb25
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compose/docker-compose.yml
+11
-5
11 additions, 5 deletions
compose/docker-compose.yml
with
11 additions
and
5 deletions
compose/docker-compose.yml
+
11
−
5
View file @
06356be9
...
@@ -9,7 +9,6 @@ services:
...
@@ -9,7 +9,6 @@ services:
init
:
true
init
:
true
ports
:
ports
:
-
'
3003:3003'
-
'
3003:3003'
env_file
:
./env/connection-manager.env
depends_on
:
depends_on
:
-
db
-
db
-
nats
-
nats
...
@@ -23,7 +22,6 @@ services:
...
@@ -23,7 +22,6 @@ services:
init
:
true
init
:
true
ports
:
ports
:
-
'
3011:3011'
-
'
3011:3011'
env_file
:
./env/credential-manager.env
depends_on
:
depends_on
:
-
db
-
db
-
nats
-
nats
...
@@ -37,7 +35,6 @@ services:
...
@@ -37,7 +35,6 @@ services:
init
:
true
init
:
true
ports
:
ports
:
-
'
3013:3013'
-
'
3013:3013'
env_file
:
./env/schema-manager.env
depends_on
:
depends_on
:
-
db
-
db
-
nats
-
nats
...
@@ -51,7 +48,6 @@ services:
...
@@ -51,7 +48,6 @@ services:
init
:
true
init
:
true
ports
:
ports
:
-
'
3007:3007'
-
'
3007:3007'
env_file
:
./env/proof-manager.env
depends_on
:
depends_on
:
-
db
-
db
-
nats
-
nats
...
@@ -67,7 +63,17 @@ services:
...
@@ -67,7 +63,17 @@ services:
-
'
3009:3009'
-
'
3009:3009'
-
'
3010:3010'
-
'
3010:3010'
-
'
4000:4000'
-
'
4000:4000'
env_file
:
./env/ssi-abstraction.env
environment
:
NATS_URL
:
nats://nats:4222
PORT
:
3009
AGENT_NAME
:
ssi-abstraction-agent
AGENT_WALLET_ID
:
ssi-wallet-id
AGENT_WALLET_KEY
:
ssi-wallet-key
AGENT_HOST
:
http://localhost
AGENT_PUBLIC_DID_SEED
:
6b8b882e2618fa5d45ee7229ca000000
AGENT_AUTO_ACCEPT_CONNECTION
:
true
AGENT_AUTO_ACCEPT_CREDENTIAL
:
contentApproved
AGENT_LEDGER_ID
:
BCOVRIN_TEST
depends_on
:
depends_on
:
-
db
-
db
-
nats
-
nats
...
...
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