Initial commit: Infrastructure Git CI/CD avec Gitea, Woodpecker, PostgreSQL, Consul et Registrator

This commit is contained in:
2025-12-23 20:11:09 +01:00
commit de02fb28ca
20 changed files with 2685 additions and 0 deletions

11
registrator/env.template Normal file
View File

@ -0,0 +1,11 @@
# Token Consul pour Registrator
# Ce token doit avoir les permissions : service:write, node:read, agent:read
# Genere lors de l'initialisation des ACL Consul
#
# INSTRUCTIONS :
# 1. Copier ce fichier vers .env
# 2. Remplacer la valeur du token par le vrai token
# 3. NE PAS VERSIONNER le fichier .env !
CONSUL_HTTP_TOKEN=votre-token-registrator-ici