mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
Fixed meili
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
||||
REDIS_URL: 'redis://:redis@redis:6379'
|
||||
CLICKHOUSE_HOST: 'http://clickhouse:8123'
|
||||
# CLICKHOUSE_TRACKER_URL: 'https://clickhouse-tracker-dev.civitai.com'
|
||||
SEARCH_HOS: 'http://meilisearch:7700'
|
||||
SEARCH_HOST: 'http://meilisearch:7700'
|
||||
NEXT_PUBLIC_SEARCH_HOST: 'http://meilisearch:7700'
|
||||
METRICS_SEARCH_HOST: 'http://meilisearch:7700'
|
||||
S3_UPLOAD_ENDPOINT: 'http://minio:9000'
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ NOTIFICATION_DB_REPLICA_URL=postgresql://postgres:postgres@localhost:15434/postg
|
||||
REDIS_URL=redis://:redis@localhost:6379
|
||||
|
||||
# Logging
|
||||
LOGGING=prisma:error,prisma:warn
|
||||
LOGGING=prisma:error,prisma:warn,seed-metrics-search
|
||||
|
||||
# Next Auth
|
||||
NEXTAUTH_SECRET=thisisnotasecret
|
||||
|
||||
Reference in New Issue
Block a user