mirror of https://github.com/CIRCL/lookyloo
docker-compose for webui + scraper
parent
840a3410c9
commit
0bd831f92b
|
@ -0,0 +1,12 @@
|
|||
version: '3'
|
||||
services:
|
||||
splash:
|
||||
image: "scrapinghub/splash"
|
||||
expose:
|
||||
- "8050"
|
||||
- "5023"
|
||||
command: --disable-ui --disable-lua
|
||||
lookyloo:
|
||||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
Loading…
Reference in New Issue