Files
infra-postgres/README.md
tristan 65db5fd8e9
All checks were successful
Auto Tag / tag (push) Successful in 4s
docs : update README after init script removal
2026-03-31 11:19:58 +02:00

398 B

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.