Fixed meili

This commit is contained in:
Koen
2024-12-16 20:48:31 +00:00
parent e0e572f59e
commit 141f7ca35d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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