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