-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
updated docker part #9
Conversation
I'd also split nginx into it's own separate docker container |
I would prefer using tozd base image. |
So https://github.com/tozd/docker-postgresql and https://github.com/tozd/docker-nginx |
I think we should first get this to run with old versions. And then we can start updating them to the latest versions. I was also planing to update those images anyway, so I can look into that. |
it continue How to get out witch app isn't loaded yet? Should i go over INSTALLED_APPS in settings.py uncommenting one by one? |
Look at my pr #7 I think I got a few steps further, I think I got stuck with making nodewatcher run as it used some incompatible / broken deps |
I was not able to build your pr, but I might put some deps too new. I'm now downgrading django 1.11 (latest with python2) -> django 1.7 |
Its probably best for you to make your own, I am just saying I was going through the same pains and I feel like I got a bit further than you. Maybe you can find some problems already solved on my branch. |
oh, now remember: main problem I found with #7 is db image.
That's why I'm trying with |
I will open new PR with less changes from feature/revive. |
Docker build fixed, time to fix django - I need help here