Open2

docker compose

tera_tera_

depends_on を使うとサービス間の依存関係を指定

short syntax(リスト形式)service_started
Long syntax (オブジェクト形式)

service_started 依存先のサービスが起動したら起動する
service_healthy 依存先のサービスが起動して、なおかつ、 healthcheck が通ったら起動する
service_completed_successfully 依存先のサービスが正常終了したら起動する

https://gotohayato.com/content/533/