c22146b0982f159fe300402072d220c6729570a6
All checks were successful
Auto Tag / tag (push) Successful in 6s
Aligns the repo with the version that was running in prod. Adds INVENTORY/SIRH/LESSTIME_DOCS_DIR variables, zips each upload directory next to the DB dumps, keeps the 3 most recent zips, and splits the Discord summary into BDD/Documents sections.
infra-postgres
PostgreSQL centralise pour les applications MALIO (SIRH, Ferme, etc.).
Un seul conteneur PostgreSQL gere toutes les bases de donnees (prod + recette).
Quick start
echo "POSTGRES_USER=admin" > .env
echo "POSTGRES_PASSWORD=$(openssl rand -hex 32)" >> .env
chmod +x deploy.sh backup.sh
./deploy.sh
Documentation
Voir doc/deployment.md pour le guide complet.
Description
Languages
Shell
100%