fix: retire dotenv override:true, exclut .env de l'image (cause racine ECONNREFUSED Baserow)

This commit is contained in:
2026-08-21 21:43:47 +01:00
parent 018bbb2449
commit ff4effa663
4 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ Tous les endpoints données acceptent :
| Variable | Requis | Description |
|----------|--------|-------------|
| `JWT_SECRET` | ✓ | Clé secrète JWT |
| `BASEROW_API_URL` | ✓ | URL Baserow (`https://baserow.bolbol.tn/api/`) |
| `BASEROW_API_URL` | ✓ | URL Baserow (`http://baserow.bolbol.tn/api/`) |
| `BASEROW_TOKEN` | ✓ | Token d'accès Baserow |
| `BASEROW_TABLE_MARCHES` | ✓ | ID table marchés (ex: 856) |
| `BASEROW_TABLE_PIPELINE` | ✓ | ID table pipeline (ex: 872) |