You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
Description
ECS and Fargate support the concept of a sidecar for things like reverse proxies, logging, telemetry, etc... ECS also has a concept of container dependency in the task definition in order to control the startup for example as outlined here. While I realize this support does not exist today in Compose as outlined in compose-spec/compose-spec#65 I can easily imagine customers running on ECS would want this functionality.