diff --git a/Dockerfile b/Dockerfile index bdf21bc..4be2799 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,9 +9,6 @@ RUN pip3 install pipenv 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 WORKDIR lookyloo RUN sed -i "s/str='http:\/\/127.0.0.1:8050'/str='http:\/\/splash:8050'/g" lookyloo/lookyloo.py diff --git a/docker-compose.yml b/docker-compose.yml index 2c2b13a..3005f07 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,7 @@ version: '3' services: + redis: + image: redis splash: image: "scrapinghub/splash" expose: