-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfest
Description
Is your feature request related to a problem? Please describe.
Service orchestration in Docker Compose lacks integrated healthcheck and depends_on configuration, which can lead to unreliable startup sequences.
Describe the solution you'd like
Add support for healthchecks and depends_on fields in generated compose.yaml to ensure services are started and monitored in the correct order.
Describe alternatives you've considered
Manual editing of compose files and external orchestration tools.
Additional context
Automating these fields will improve reliability and developer experience when using generated environments.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfest