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