fix: wait for misskey processes to become healthy
This commit is contained in:
parent
6667cf065e
commit
f3c1e36b36
|
@ -20,8 +20,12 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
a.test:
|
a.test:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
misskey.a.test:
|
||||||
|
condition: service_healthy
|
||||||
b.test:
|
b.test:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
misskey.b.test:
|
||||||
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=development
|
- NODE_ENV=development
|
||||||
- NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/rootCA.crt
|
- NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/rootCA.crt
|
||||||
|
|
Loading…
Reference in New Issue