Acutally, this is example of my Dockerfile
and docker-compose.yml
.
I worked on mac OS.
I would like to run my django app inside docker container, but I didn't want to use container with postgres db inside docker. I have already installed and running postgres instance with all data I need.
So django is in container, postgres is out.
- My
Dockerfile
: