Merge branch 'main' of https://gitlab.stines.de/sebastian.serfling/Reports-Visual
commit
aeee08c4c9
|
|
@ -18,4 +18,4 @@ EXPOSE 80
|
||||||
|
|
||||||
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
||||||
|
|
||||||
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=80", "--server.address=0.0.0.0"]
|
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
mysql-connector-python~=9.0.0
|
||||||
|
python-dotenv~=1.0.1
|
||||||
|
python-dateutil~=2.9.0.post0
|
||||||
|
streamlit~=1.37.1
|
||||||
|
pandas~=2.2.2
|
||||||
Loading…
Reference in New Issue