Skip to content

Commit

Permalink
feat(command): add scrapy
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdevops authored and boukeversteegh committed Apr 22, 2022
1 parent 4a2a7f0 commit 2277338
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUST_VERSION=1.59.0
RUSTC_VERSION=${RUST_VERSION}
S3CMD_BASE=python:${PYTHON_VERSION}-${DEFAULT_BASE_IMAGE}
S3CMD_VERSION=2.2.0
SCRAPY_VERSION=2.6.1
SWAGGER_CODEGEN_VERSION=3.0.29
SWIPL_VERSION=8.5.5
TYPESCRIPT_VERSION=4.6.2
Expand Down
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@ services:
AWS_SECRET_ACCESS_KEY: "${AWS_SECRET_ACCESS_KEY:-}"
volumes:
- "${HOME:-home}/.dockerized/apps/s3cmd:/root"
scrapy:
image: aciobanu/scrapy:${SCRAPY_VERSION}
build:
context: "${DOCKERIZED_ROOT:-.}/apps/scrapy"
args:
SCRAPY_VERSION: ${SCRAPY_VERSION}
entrypoint: [ "scrapy" ]
# semantic-release-cli:
# <<: *node
# entrypoint: [ "npx", "--package=semantic-release-cli@${SEMANTIC_RELEASE_VERSION}", "semantic-release-cli" ]
Expand Down

0 comments on commit 2277338

Please sign in to comment.