We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't know why projects created by Protia don't working
$ scrapyd-deploy -p Test
spiders are not deploying
{"status": "ok", "project": "Test", "version": "1580255071", "spiders": 0, "node_name": "7f4967535546"}
I tried this: https://github.com/scrapy/quotesbot It's okay.
https://github.com/scrapy/quotesbot
My docker-compose file
version: '3' services: app: build: ./portia volumes: - ./data/projects:/app/data/projects:rw - ./scripts:/app/data/scripts ports: - 9001:9001 restart: always networks: - scrapy scrapyd: build: ./scrapyd ports: - 6800:6800 environment: - USERNAME=scrap - PASSWORD=test1234 - PACKAGES=simplejson,requests,redis,elasticsearch,certifi networks: - scrapy networks: scrapy:
./portia/Dockerfile
FROM scrapinghub/portia:latest WORKDIR /app/data/projects RUN pip install scrapyd-client
./scrapyd/Dockerfile
FROM cdrx/scrapyd-authenticated RUN pip install --upgrade pip RUN pip install --upgrade scrapy
Can anyone help me?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I don't know why projects created by Protia don't working
spiders are not deploying
I tried this:
https://github.com/scrapy/quotesbot
It's okay.My docker-compose file
./portia/Dockerfile
./scrapyd/Dockerfile
Can anyone help me?
The text was updated successfully, but these errors were encountered: