docker-django-react icon indicating copy to clipboard operation
docker-django-react copied to clipboard

Difference between docker-compose.prod.yml and docker-compose.yml

Open finngl opened this issue 4 years ago • 1 comments

Hi, looks like you've made a nice peace of work getting a good structure. But what are the thoughs behind the prod configuration not having the same services as dev?

finngl avatar Oct 24 '20 14:10 finngl

docker-compose.prod.yml is just an old file I moved to the archives folder for possible reference later. I need to update the repo with lessons learned from couple other projects. As it is now it is a good base for trying out containerized Django and React on a local machine. You would need another docker config to deploy to staging or production environment.

cglusky avatar Oct 24 '20 17:10 cglusky