fin étape 2 (dev_agent) + automatisation lancement projet/arrêt projet + séparation des docker-compose
This commit is contained in:
@@ -25,7 +25,20 @@ chainlit run chainlit_app.py --port 8001
|
||||
## Lancement auto
|
||||
|
||||
```bash
|
||||
docker compose up --build
|
||||
python orchestrator.py
|
||||
```
|
||||
|
||||
## Arrêt propre
|
||||
|
||||
```bash
|
||||
python stop_project.py
|
||||
```
|
||||
|
||||
# Logs
|
||||
|
||||
```bash
|
||||
docker compose -p arc-app logs -f
|
||||
docker compose -p arc-ai logs -f
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
Reference in New Issue
Block a user