No description
Find a file
2025-02-02 16:41:42 +01:00
.ci update ci setup 2025-01-06 21:11:08 +01:00
.woodpecker Update python Docker tag to v3.13 2025-01-06 20:18:52 +00:00
cicd-worker-pub-mep/woodpecker-runner fix ipv6 2024-12-29 22:23:42 +01:00
compute-1-mep Update ghcr.io/renovatebot/renovate Docker tag to v39.133.3 2025-01-24 20:57:14 +00:00
compute-2-mep Update gitlab/gitlab-ce Docker tag to v17.8.1 2025-01-22 14:30:48 +00:00
internals Merge pull request 'Update semaphoreui/semaphore Docker tag to v2.12.3' () from renovate/semaphoreui-semaphore-2.x into main 2025-02-02 16:41:42 +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