Many Changes

This commit is contained in:
sebastian.serfling
2025-03-05 10:33:58 +00:00
parent 8d5e367d23
commit bf95494ab3
17 changed files with 445 additions and 97 deletions
+7 -7
View File
@@ -1,12 +1,12 @@
version: "3.5"
services:
streamlit:
build: .
container_name: streamlit
ports:
- 80:80
networks:
- frontend
build:
context: .
dockerfile: dockerfile
ports:
- 80:80
networks:
- frontend
networks:
frontend: