docker-compose for webui + scraper

pull/16/head
Michael Schaefer 2018-03-16 11:06:16 +01:00
parent 840a3410c9
commit 0bd831f92b
1 changed files with 12 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: '3'
services:
splash:
image: "scrapinghub/splash"
expose:
- "8050"
- "5023"
command: --disable-ui --disable-lua
lookyloo:
build: .
ports:
- "5000:5000"