Skip to content
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

Feature/docker setup #19

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

prageeth-peiris
Copy link

@prageeth-peiris prageeth-peiris commented Jan 11, 2021

Hi,

I have done the docker integration for this valuable project. If someone wants to run this on kubernetes you can use the docker image I have created.

https://hub.docker.com/r/prageethatdocker/groveco_content_engine

Also just to run the project locally with docker you can run the command "docker-compose up" in the path where docker-compose.yml file exists. (This uses the docker image I have pushed to dockerhub and the offcial redis image. This is the easy way to run the project as you have no extra work!)

And you can also build your own docker image using the dockerfile I have created. Please remember I have changed lib versions in requirements.txt to to install libs using pip without problems. And you have to connect your own custom redis instance with your docker container in this scenario.

This setup has been tested on 11th Jan 2021 and it is running without no problems.

You can interact with API on 5000 port as exactly in documentation with this docker setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants