--- 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(+) ```