3scale / APIcast

3scale API Gateway
Apache License 2.0
304 stars 171 forks source link

Docker compose up instead of docker compose run #1442

Closed eguzki closed 5 months ago

eguzki commented 5 months ago

WHAT

Dev environments use docker compose up instead of docker compose run.

I was confused when using docker compose run that when listing the containers running in the project, apicast was not there. I learned it is because we were using docker compose run. Then I learned that run command is meant fro running "one-off" task. More appropriate for running tests. Furthermore, it does not respect some service configuration like command or ports.

tkan145 commented 5 months ago

LGTM!