docs: Add comprehensive Docker configuration and deployment guide for the Homelab Automation API.
Some checks failed
Tests / Backend Tests (Python) (3.10) (push) Has been cancelled
Tests / Backend Tests (Python) (3.11) (push) Has been cancelled
Tests / Backend Tests (Python) (3.12) (push) Has been cancelled
Tests / Frontend Tests (JS) (push) Has been cancelled
Tests / Integration Tests (push) Has been cancelled
Tests / All Tests Passed (push) Has been cancelled

This commit is contained in:
Bruno Charest 2026-03-04 07:47:20 -05:00
parent 6729e153c2
commit e92c7001c4

View File

@ -99,6 +99,7 @@ Sous Linux :
```bash ```bash
docker build -f Dockerfile -t homelab-automation-api:latest .. docker build -f Dockerfile -t homelab-automation-api:latest ..
``` ```
> Note : Si vous avez des erreurs de build, vous pouvez essayer de faire un nettoyage de l'environnement Docker avec `docker system prune -a` et faire un nettoyage plus en profondeur avec `docker system prune -a --volumes`.
### Déploiement ### Déploiement