Matthieu THOLOT c22146b098
All checks were successful
Auto Tag / tag (push) Successful in 6s
feat(backup): zip and rotate uploads for inventory/sirh/lesstime
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.
2026-05-19 08:21:58 +00:00
2026-03-31 11:53:09 +02:00

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
Docker qui centralise les BDD
Readme 44 KiB
Languages
Shell 100%