Refactor docker-compose.yml to update URLs and remove unnecessary network configurations

This commit is contained in:
2024-05-27 14:21:04 +08:00
parent 8f52d02983
commit 0f562fd02c
3 changed files with 68 additions and 81 deletions
-1
View File
@@ -6,7 +6,6 @@ services:
context: .
dockerfile: ./compose/streamlit-fin/Dockerfile
image: streamlit_fin_local
container_name: streamlit_fin_app
restart: always
ports:
- 8501:8501