2024-10-19 20:28:06 +02:00
|
|
|
# Services Gnous
|
|
|
|
|
2025-01-06 21:11:08 +01:00
|
|
|
L'ensemble des docker compose pour les services du projet Gnous.
|
|
|
|
|
|
|
|
## Lint
|
|
|
|
|
|
|
|
```
|
|
|
|
python3 -m venv .venv/
|
|
|
|
source .venv/bin/activate
|
|
|
|
pip install -r .ci/requirements.txt
|
|
|
|
python3 .ci/port_attribution_watcher.py
|
|
|
|
python3 .ci/traefik_label_watcher.py
|
|
|
|
./.ci/lint.sh
|
|
|
|
```
|