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
701da8df
Verified
Commit
701da8df
authored
1 year ago
by
Konstantin Tsabolov
Browse files
Options
Downloads
Patches
Plain Diff
chore: fix docker setup
parent
e92c3a09
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
docker-compose.yml
+2
-1
2 additions, 1 deletion
docker-compose.yml
with
3 additions
and
2 deletions
Dockerfile
+
1
−
1
View file @
701da8df
...
@@ -23,7 +23,7 @@ RUN pnpm install --frozen-lockfile
...
@@ -23,7 +23,7 @@ RUN pnpm install --frozen-lockfile
COPY
apps/${SERVICE} ./apps/${SERVICE}
COPY
apps/${SERVICE} ./apps/${SERVICE}
COPY
apps/shared ./apps/shared
COPY
apps/shared ./apps/shared
RUN
pnpm
--filter
shared build
RUN
pnpm
--filter
shared build
RUN
pnpm
--filter
${
SERVICE
}
build
:production
RUN
pnpm
--filter
${
SERVICE
}
build
RUN
pnpm
--filter
${
SERVICE
}
--prod
deploy build
RUN
pnpm
--filter
${
SERVICE
}
--prod
deploy build
RUN
pnpm
--filter
shared
--prod
deploy shared
RUN
pnpm
--filter
shared
--prod
deploy shared
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
2
−
1
View file @
701da8df
...
@@ -23,6 +23,7 @@ services:
...
@@ -23,6 +23,7 @@ services:
-
'
4000:3000'
-
'
4000:3000'
-
'
4005:3001'
-
'
4005:3001'
environment
:
environment
:
PORT
:
3000
NATS_URL
:
nats://nats:4222
NATS_URL
:
nats://nats:4222
NATS_USER
:
nats_user
NATS_USER
:
nats_user
NATS_PASSWORD
:
Rw+dYIymAQm9H6ELLNwSuGo1812jqQ==
NATS_PASSWORD
:
Rw+dYIymAQm9H6ELLNwSuGo1812jqQ==
...
@@ -30,7 +31,7 @@ services:
...
@@ -30,7 +31,7 @@ services:
AGENT_WALLET_ID
:
ssi-wallet-id
AGENT_WALLET_ID
:
ssi-wallet-id
AGENT_WALLET_KEY
:
ssi-wallet-key
AGENT_WALLET_KEY
:
ssi-wallet-key
AGENT_HOST
:
http://ssi
AGENT_HOST
:
http://ssi
AGENT_INBOUND_PORT
:
300
0
AGENT_INBOUND_PORT
:
300
1
# AGENT_URL_PATH:
# AGENT_URL_PATH:
AGENT_PUBLIC_DID_SEED
:
6b8b882e2618fa5d45ee7229ca000000
AGENT_PUBLIC_DID_SEED
:
6b8b882e2618fa5d45ee7229ca000000
AGENT_AUTO_ACCEPT_CONNECTION
:
true
AGENT_AUTO_ACCEPT_CONNECTION
:
true
...
...
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