Add Dockerfile and README.md to help development#35
Add Dockerfile and README.md to help development#35Stegallo wants to merge 6 commits intocamelot-dev:masterfrom
Conversation
|
Thanks for the PR @Stegallo! I'll test it out and merge soon. |
| ... and modify the [webserver] section as: | ||
|
|
||
| <pre> | ||
| web_server_host = 0.0.0.0 |
There was a problem hiding this comment.
For production use should probably include instructions on using a WSGI server or similar
There was a problem hiding this comment.
good point... the initial idea behind having a the docker container is for development purpose, but I agree if we want to use the a container for deployment this may need a thing to address
There was a problem hiding this comment.
Is there any instruction for WSGI setup ?
There was a problem hiding this comment.
|
For comparison, I made my own Dockerfile for this project here: https://github.com/williamjacksn/docker-excalibur |
|
@williamjacksn I tried your image and it works pretty well. 😊 Maybe open your own PR for inclusion? Since this PR seems to be abandoned. |
|
As an example, I updated my docker-excalibur project to use a custom entrypoint instead of |
|
I've updated the docker file and created a docker compose to simplify starting up. The compose has also a nginx server that can be re-pointed once wsgi is implemented |
No description provided.