Commit Graph

8 Commits

Author SHA1 Message Date
Matthieu
93a4dfedb4 feat : add Adminer service on port 8083
All checks were successful
Auto Tag / tag (push) Successful in 5s
- Adminer web UI for PostgreSQL management
- Port 8083 (8080 taken by sirh-app)
- Nginx reverse proxy on adminer-prod.malio-dev.fr (HTTP)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v0.1.4
2026-04-02 12:03:35 +02:00
Matthieu THOLOT
dce99f58d7 feat : add Discord notifications to backup script
All checks were successful
Auto Tag / tag (push) Successful in 5s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v0.1.3
2026-04-02 08:08:06 +00:00
d3927b0cc4 docs : add CLAUDE.md
All checks were successful
Auto Tag / tag (push) Successful in 5s
v0.1.2
2026-03-31 11:53:09 +02:00
def82235ca docs : use single malio user for all databases 2026-03-31 11:48:59 +02:00
65db5fd8e9 docs : update README after init script removal
All checks were successful
Auto Tag / tag (push) Successful in 4s
v0.1.1
2026-03-31 11:19:58 +02:00
7728620e90 docs : add password generation command for admin user
All checks were successful
Auto Tag / tag (push) Successful in 6s
v0.1.0
2026-03-31 11:12:10 +02:00
89c1e741ed fix : remove init script, set backup cron to 18h30 2026-03-31 10:56:14 +02:00
9c74eb9114 feat : initial PostgreSQL infrastructure setup
- docker-compose with postgres:16-alpine
- Init script to create databases (SIRH + Ferme, prod + recette)
- Deploy script with readiness check
- Backup script with rotation (keeps last 7)
- Auto-tag CI workflow
- Full deployment documentation
2026-03-31 10:51:33 +02:00