correction docker compose
This commit is contained in:
@@ -9,8 +9,6 @@ services:
|
||||
command: python main.py
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- .:/app
|
||||
|
||||
# Service du Dashboard Streamlit
|
||||
dashboard:
|
||||
@@ -22,5 +20,3 @@ services:
|
||||
command: streamlit run dashboard.py --server.port 8599 --server.address 0.0.0.0
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- .:/app
|
||||
|
||||
Reference in New Issue
Block a user