mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-26 05:27:31 +02:00
update scrapyd
This commit is contained in:
parent
d4e3087b4b
commit
5d0bd1d138
@ -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.
|
||||
|
||||
This image is based on `debian:jessie` without any useless packages installed.
|
||||
Only 4 latest python packages are installed:
|
||||
This image is based on `debian:jessie`, 5 latest python packages are installed:
|
||||
|
||||
- `scrapy`: git+https://github.com/scrapy/scrapy.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
|
||||
- `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
|
||||
|
||||
|
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
|
Loading…
x
Reference in New Issue
Block a user