Commit Graph

2 Commits

Author SHA1 Message Date
loks0n f686f37979 Move PostgreSQL to base compose so vectorsDB always runs
PostgreSQL is always needed for vectorsDB regardless of the primary
database. compose/postgresql.yml now only disables MongoDB.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 23:58:11 +01:00
loks0n 46cf1d6fc6 Replace database env overrides with per-database compose files
Move MariaDB and PostgreSQL into compose/ overlay files instead of
starting all three databases and switching via env vars. MongoDB stays
in the base compose as the default. CI uses COMPOSE_ENV_FILES at the
job level to load the correct env file per matrix database entry.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 23:32:57 +01:00