Skip to content
Snippets Groups Projects
Verified Commit 701da8df authored by Konstantin Tsabolov's avatar Konstantin Tsabolov
Browse files

chore: fix docker setup

parent e92c3a09
No related branches found
No related tags found
1 merge request!30Helm charts
This commit is part of merge request !30. Comments created here will be created in the context of that merge request.
......@@ -23,7 +23,7 @@ RUN pnpm install --frozen-lockfile
COPY apps/${SERVICE} ./apps/${SERVICE}
COPY apps/shared ./apps/shared
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 shared --prod deploy shared
......
......@@ -23,6 +23,7 @@ services:
- '4000:3000'
- '4005:3001'
environment:
PORT: 3000
NATS_URL: nats://nats:4222
NATS_USER: nats_user
NATS_PASSWORD: Rw+dYIymAQm9H6ELLNwSuGo1812jqQ==
......@@ -30,7 +31,7 @@ services:
AGENT_WALLET_ID: ssi-wallet-id
AGENT_WALLET_KEY: ssi-wallet-key
AGENT_HOST: http://ssi
AGENT_INBOUND_PORT: 3000
AGENT_INBOUND_PORT: 3001
# AGENT_URL_PATH:
AGENT_PUBLIC_DID_SEED: 6b8b882e2618fa5d45ee7229ca000000
AGENT_AUTO_ACCEPT_CONNECTION: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment