mirror of https://github.com/CIRCL/lookyloo
Docker compose setup for complete lookyloo instance
parent
a417bc657e
commit
30c0700119
|
@ -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