-
Notifications
You must be signed in to change notification settings - Fork 0
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
WIP: Qiita container in compose #2
base: main
Are you sure you want to change the base?
Conversation
…eycloak branch as keycloak_compose.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first round of comments, I am not yet able to start the system. Need to chat offline with you
@@ -0,0 +1,24 @@ | |||
**IMPORTANT: Have docker installed!** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add that podman is only available since Ubuntu 20.10 (I just spend 30min to find ways install on 20.04)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also add a note on how to install podman-compose: pip3 install podman-compose
README.md
Outdated
### Hopefully "foolproof" instructions: | ||
1. Clone repository | ||
2. Move into Image Folder `cd Images/qiita` | ||
3. Build docker image `docker build . -f qiita/Dockerfile -t qiita` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to build the image on qiita.intra. I ran into the proxy issue. Should we leave some info to add these to the docker file?
ENV http_proxy="http://proxy.computational.bio.uni-giessen.de:3128"
ENV https_proxy="http://proxy.computational.bio.uni-giessen.de:3128"
ENV ftp_proxy="http://proxy.computational.bio.uni-giessen.de:3128"
…tional docker commands
…r already runs an existing postgress server outside of docker
WIP: Non def ports
compile nginx with mod_zip instead of conda pre-compiled version
…g files are included in the .gitignore!
…a without supervisord works as intended.
WIP PR for code review.