syond/awesome-movies

Create docker-compose files for production, test, and development

Closed this issue · 1 comments

syond commented

Create docker-compose files for production, test, and development. Each compose file will have specific configurations.

Services for docker-compose-dev:

  • application

Services for docker-compose-test:

  • application
  • webserver (Ngnix)

Services for docker-compose:

  • application
  • webserver (Ngnix)
syond commented

I created only for production and development envs because in the moment test would be the same declaration as production.