-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Make a docker file for Yacy grid crawler and deploy it to google cloud #1
Comments
@nikhilrayaprolu I would like to work on this. How to get started? |
@harshit98 please go through the Docker file at https://github.com/yacy/yacy_grid_mcp/blob/master/docker/Dockerfile and replicate it here, similarly. try running the micro service in docker locally and connect it to yacy grid mcp at http://130.211.167.207:8100/ |
@nikhilrayaprolu Please review the commit. I'm trying to run docker locally. When I build the image it shows error : |
this works only when the docker file is in root directory, add an extra attribute |
It is better to have a separate container for each of the micro services while in deployment. Create a docker file and deploy it to Google cloud for yacy_grid_crawler.
The text was updated successfully, but these errors were encountered: