mirror of https://github.com/CIRCL/lookyloo
parent
ba26056c6b
commit
406973326b
|
@ -9,9 +9,6 @@ RUN pip3 install pipenv
|
||||||
|
|
||||||
WORKDIR root_lookyloo
|
WORKDIR root_lookyloo
|
||||||
|
|
||||||
run git clone https://github.com/antirez/redis.git
|
|
||||||
run cd redis && git checkout 5.0 && make && cd ..
|
|
||||||
|
|
||||||
RUN git clone https://github.com/CIRCL/lookyloo.git
|
RUN git clone https://github.com/CIRCL/lookyloo.git
|
||||||
WORKDIR lookyloo
|
WORKDIR lookyloo
|
||||||
RUN sed -i "s/str='http:\/\/127.0.0.1:8050'/str='http:\/\/splash:8050'/g" lookyloo/lookyloo.py
|
RUN sed -i "s/str='http:\/\/127.0.0.1:8050'/str='http:\/\/splash:8050'/g" lookyloo/lookyloo.py
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
|
redis:
|
||||||
|
image: redis
|
||||||
splash:
|
splash:
|
||||||
image: "scrapinghub/splash"
|
image: "scrapinghub/splash"
|
||||||
expose:
|
expose:
|
||||||
|
|
Loading…
Reference in New Issue