-
Notifications
You must be signed in to change notification settings - Fork 12
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
docker file improvements #132
Comments
@miguelcleon Alright, the |
@lsetiawan Yup, I tried it again from scratch, seems to work great! @emiliom installation through docker is now working 👍 |
👍 Awesome! |
Going back to this improvement. Here's what I have in mind.
Like I think we should default the base Database to SQLite maybe??
Technically, probably not need this one, but I think if the container gets shutdown and turned back on,
This is definitely necessary, since Docker containers should only have one application. So a sole ODM2-Admin django application container would be a good idea. I was thinking using Docker compose to connect each pieces? Need more research on this.. |
@lsetiawan from issue #123
The next round of improvements are to allow user to
I was thinking to use the model like docker-erddap, where user attach volume within their host machine to specify where the settings files are, and we have some sort of template where we can let user to download and use... What do you think @ocefpaf ?
The text was updated successfully, but these errors were encountered: