mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
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>
5 lines
124 B
Bash
5 lines
124 B
Bash
COMPOSE_FILE=docker-compose.yml:compose/postgresql.yml
|
|
_APP_DB_ADAPTER=postgresql
|
|
_APP_DB_HOST=postgresql
|
|
_APP_DB_PORT=5432
|