Since docker-compose is used only for tests (at least the one written so far) keep the config there at the minimum and define all we can define inside the Dockerfiles.
Also we should look into segmenting the docker-compose.yml as it will be needed in production machines.
Since docker-compose is used only for tests (at least the one written so far) keep the config there at the minimum and define all we can define inside the Dockerfiles.
Also we should look into segmenting the
docker-compose.ymlas it will be needed in production machines.