docker-compose --file docker-compose.{environment}.yml down && \
docker-compose --file docker-compose.{environment}.yml up -d --build
That script includes a postgresql, which was fine while testing, though as we are getting closer to an actual system, the database should stop being changed for each release.
When deploying to the servers, the server runs
That script includes a postgresql, which was fine while testing, though as we are getting closer to an actual system, the database should stop being changed for each release.