No description
Find a file
2025-03-02 17:04:36 +01:00
.ci also keep non greped lines. 2025-01-06 23:37:04 +01:00
.woodpecker Merge branch 'main' into dev/outout/fix_ci 2025-02-02 16:43:09 +01:00
cicd-worker-pub-mep/woodpecker-runner fix ipv6 2024-12-29 22:23:42 +01:00
compute-1-mep Drop cert resolvers 2025-03-02 16:53:18 +01:00
compute-2-mep update lb ip 2025-03-02 17:03:02 +01:00
internals add buildx 2025-03-02 17:04:36 +01:00
.gitignore update ci setup 2025-01-06 21:11:08 +01:00
README.md update ci setup 2025-01-06 21:11:08 +01:00
renovate.json integrate renovate 2024-10-20 21:53:12 +02:00

Services Gnous

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