diff --git a/content/posts/commits/2026-04-17-commit-1c2ee83.md b/content/posts/commits/2026-04-17-commit-1c2ee83.md new file mode 100644 index 0000000..93a9c54 --- /dev/null +++ b/content/posts/commits/2026-04-17-commit-1c2ee83.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi] feat(postgres): init SQL — create all databases on first start" +date: 2026-04-17T13:35:01+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 1c2ee83 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `1c2ee83` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `1c2ee83151ef77c8f92365a2b126e06a8372d4c6` | + + +### Description + +- volumes/postgres/init/01-create-databases.sql: CREATE DATABASE for + msf, grafana, ip2location, karacho, bojemoi_threat_intel, + defectdojo, razvedka, vigie, sentinel +- stack/01-service-hl.yml: mount init SQL via Docker config + at /docker-entrypoint-initdb.d/ (executed once on empty data dir) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/01-service-hl.yml +A volumes/postgres/init/01-create-databases.sql +``` + +### Diff Summary + +``` + stack/01-service-hl.yml | 7 +++ + volumes/postgres/init/01-create-databases.sql | 76 +++++++++++++++++++++++++++ + 2 files changed, 83 insertions(+) +```