fix: wait for misskey processes to become healthy
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user