Skip to content

Run docker images individually #25

@eruizgar91

Description

@eruizgar91

Expected Behavior

I would like to be able to run the different docker containers without needing to have running all of them in the docker-compose.

Current Behavior

Currently, beacuse of the dependencies between the different docker images, the docker-entrypoint is listening until the rest of the docker images are up and running. It would be great to have two different behaviours.

Possible Solution

1- Pass a environment variable to specify if there is running in a docker-compose or not.
2- Wait for a while and if there are not more images start in the standalone mode.
3- Create two different entry points.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions