Commit 10a483b 1 parent 681ffb4 commit 10a483b Copy full SHA for 10a483b
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
16
16
17
17
backend :
18
18
image : dm3-backend
19
- command : yarn workspace dm3-backend start
19
+ command : yarn workspace @dm3-org/ dm3-backend start
20
20
depends_on :
21
21
- db
22
22
environment :
@@ -38,11 +38,11 @@ services:
38
38
restart : always
39
39
container_name : offchain_resolver_db
40
40
environment :
41
- POSTGRES_PASSWORD : example
41
+ POSTGRES_PASSWORD : example
42
42
43
43
offchain-resolver :
44
44
image : dm3-backend
45
- command : yarn workspace dm3-offchain-resolver start
45
+ command : yarn workspace @dm3-org/ dm3-offchain-resolver start
46
46
depends_on :
47
47
- offchain-resolver-db
48
48
environment :
@@ -52,7 +52,7 @@ services:
52
52
53
53
web :
54
54
image : dm3-backend
55
- command : yarn workspace messenger-demo start
55
+ command : yarn workspace @dm3-org/dm3- messenger-demo start
56
56
environment :
57
57
REACT_APP_ADDR_ENS_SUBDOMAIN : ${REACT_APP_ADDR_ENS_SUBDOMAIN}
58
58
REACT_APP_BACKEND : ${REACT_APP_BACKEND}
@@ -81,4 +81,3 @@ services:
81
81
}
82
82
}
83
83
PORT : 8181
84
-
You can’t perform that action at this time.
0 commit comments