enh(labrinth): proper Clickhouse user setup for local development (#3545)

This commit is contained in:
Alejandro González 2025-04-21 17:44:24 +02:00 committed by GitHub
parent 068711e7a9
commit ecb1379585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -98,7 +98,7 @@ ANALYTICS_ALLOWED_ORIGINS='["http://127.0.0.1:3000", "http://localhost:3000", "h
CLICKHOUSE_REPLICATED=false
CLICKHOUSE_URL=http://localhost:8123
CLICKHOUSE_USER=default
CLICKHOUSE_PASSWORD=
CLICKHOUSE_PASSWORD=default
CLICKHOUSE_DATABASE=staging_ariadne
MAXMIND_LICENSE_KEY=none

View File

@ -32,6 +32,9 @@ services:
image: clickhouse/clickhouse-server
ports:
- '8123:8123'
environment:
CLICKHOUSE_USER: default
CLICKHOUSE_PASSWORD: default
volumes:
meilisearch-data:
db-data: