Docker compose setup for complete lookyloo instance

pull/14/head
Michael Schaefer 2018-03-16 10:52:22 +01:00
parent a417bc657e
commit 30c0700119
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"