Skip to content

Commit 10a483b

Browse files
committed
repair workspaces in docker-compose
1 parent 681ffb4 commit 10a483b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docker/docker-compose.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616

1717
backend:
1818
image: dm3-backend
19-
command: yarn workspace dm3-backend start
19+
command: yarn workspace @dm3-org/dm3-backend start
2020
depends_on:
2121
- db
2222
environment:
@@ -38,11 +38,11 @@ services:
3838
restart: always
3939
container_name: offchain_resolver_db
4040
environment:
41-
POSTGRES_PASSWORD: example
41+
POSTGRES_PASSWORD: example
4242

4343
offchain-resolver:
4444
image: dm3-backend
45-
command: yarn workspace dm3-offchain-resolver start
45+
command: yarn workspace @dm3-org/dm3-offchain-resolver start
4646
depends_on:
4747
- offchain-resolver-db
4848
environment:
@@ -52,7 +52,7 @@ services:
5252

5353
web:
5454
image: dm3-backend
55-
command: yarn workspace messenger-demo start
55+
command: yarn workspace @dm3-org/dm3-messenger-demo start
5656
environment:
5757
REACT_APP_ADDR_ENS_SUBDOMAIN: ${REACT_APP_ADDR_ENS_SUBDOMAIN}
5858
REACT_APP_BACKEND: ${REACT_APP_BACKEND}
@@ -81,4 +81,3 @@ services:
8181
}
8282
}
8383
PORT: 8181
84-

0 commit comments

Comments
 (0)