We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why not to use Docker, we can have the same results with something more easily and less headaches
The text was updated successfully, but these errors were encountered:
I made a quick setup for docker: https://github.com/michal-wrzosek/fullstack-nanodegree-vm
Things I added:
Dockerfile for python container: https://github.com/michal-wrzosek/fullstack-nanodegree-vm/blob/master/Dockerfile
docker-compose with python, postgres, redis and adminer (some simple db gui): https://github.com/michal-wrzosek/fullstack-nanodegree-vm/blob/master/Dockerfile
Some very simple python webapp that checks if connection with postgres and redis works: https://github.com/michal-wrzosek/fullstack-nanodegree-vm/blob/master/app/app.py
And some initial sql to be run on the postgres to set all up: https://github.com/michal-wrzosek/fullstack-nanodegree-vm/blob/master/init.sql
Sorry, something went wrong.
No branches or pull requests
Why not to use Docker, we can have the same results with something more easily and less headaches
The text was updated successfully, but these errors were encountered: