mirror of https://github.com/CIRCL/lookyloo
fix: docker stuff
parent
bbb8c5343f
commit
8059c342fc
|
@ -15,5 +15,5 @@ run echo FLASK_APP="'`pwd`/lookyloo'" >> .env
|
|||
|
||||
RUN sed -i "s/SPLASH = 'http:\/\/127.0.0.1:8050'/SPLASH = 'http:\/\/splash:8050'/g" lookyloo/__init__.py
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 5100
|
||||
ENTRYPOINT ["pipenv", "run", "start_website.py"]
|
||||
|
|
|
@ -9,6 +9,6 @@ services:
|
|||
lookyloo:
|
||||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "5100:5100"
|
||||
#volumes:
|
||||
# - /path/to/your/data/directory:/lookyloo/scraped
|
||||
|
|
Loading…
Reference in New Issue