Skip to content

Commit

Permalink
sems ok
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicJF committed Jul 7, 2022
1 parent 7e3f62a commit 6736e9f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ services:
- 9200:9200
volumes:
- esdata1:/usr/share/elasticsearch/data
mongo:
image: sha256:c8b57c4bf7e3a88daf948d5d17bc7145db05771e928b3b3095ca4590719b5469
container_name: mongo
environment:
- discovery.type=single-node
ports:
- 27017:27017

scrapyfargate:
image: sha256:c0aaa0f9c7b27a4bcd66b2abfc11e8eb58bbd417eab3054397422616c5dccf90
container_name: scrapyfargate
environment:
- discovery.type=single-node
command:
[
'python3',
'./launcher.py',
"{ 'spider_name': 'header_spider', 'spider_kwargs': { 'start_urls': ['https://pornhub.com'] }}",
]

web:
build: .
command: python3 app.py
Expand Down

0 comments on commit 6736e9f

Please sign in to comment.