orchestrating-docker
orchestrating-docker copied to clipboard
CMIIW, but this is not supporting auto reload?
I've been following the instructions from [your tutorial](https://realpython.com/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/) and everything has (mostly) been going fine. However, when I try to create the db with `docker-compose run web /usr/local/bin/python create_db.py`, it...
* The propose solution is a workaround to breaking change reported docker-library/postgres (https://github.com/docker-library/postgres/issues/681) * This change assumes the environment is safe as it allows anybody to connect to the database...
This fixes delivering static content when accessing service. This confirms solution proposed and closes issue #15
Off the shelf code doesn't serve static files Some changes in nginx config is missing.
https://github.com/docker/compose/issues/4148 Seems like there is a way to do this without the need of a container? Are there benefits of using a container?
Great work on your article! I have followed it all the way to the end. Now, I wonder if you have any suggestions for deployment in aws beanstalk. I am...