mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update scrapyd
This commit is contained in:
@@ -16,8 +16,7 @@ utility which allows you to deploy your project to a Scrapyd server.
|
|||||||
|
|
||||||
[Pillow][5] is the Python Imaging Library to support the ImagesPipeline.
|
[Pillow][5] is the Python Imaging Library to support the ImagesPipeline.
|
||||||
|
|
||||||
This image is based on `debian:jessie` without any useless packages installed.
|
This image is based on `debian:jessie`, 5 latest python packages are installed:
|
||||||
Only 4 latest python packages are installed:
|
|
||||||
|
|
||||||
- `scrapy`: git+https://github.com/scrapy/scrapy.git
|
- `scrapy`: git+https://github.com/scrapy/scrapy.git
|
||||||
- `scrapyd`: git+https://github.com/scrapy/scrapyd.git
|
- `scrapyd`: git+https://github.com/scrapy/scrapyd.git
|
||||||
@@ -25,7 +24,7 @@ Only 4 latest python packages are installed:
|
|||||||
- `scrapyjs`: git+https://github.com/scrapinghub/scrapy-splash.git
|
- `scrapyjs`: git+https://github.com/scrapinghub/scrapy-splash.git
|
||||||
- `pillow`: git+https://github.com/python-pillow/Pillow.git
|
- `pillow`: git+https://github.com/python-pillow/Pillow.git
|
||||||
|
|
||||||
Please use this image as base for your own project.
|
Please use this as base image for your own project.
|
||||||
|
|
||||||
## Run it as background-daemon for scrapyd
|
## Run it as background-daemon for scrapyd
|
||||||
|
|
||||||
|
|||||||
5
scrapyd/docker-compose.yml
Normal file
5
scrapyd/docker-compose.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
scrapyd:
|
||||||
|
image: vimagick/scrapyd
|
||||||
|
ports:
|
||||||
|
- "6800:6800"
|
||||||
|
restart: always
|
||||||
Reference in New Issue
Block a user