We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3093347 commit 13cfacfCopy full SHA for 13cfacf
.devcontainer/docker-compose.yml
@@ -26,6 +26,7 @@ services:
26
GRAMPSWEB_VECTOR_EMBEDDING_MODEL: sentence-transformers/distiluse-base-multilingual-cased-v2
27
GRAMPSWEB_CELERY_CONFIG__broker_url: redis://redis:6379/0
28
GRAMPSWEB_CELERY_CONFIG__result_backend: redis://redis:6379/0
29
+ GRAMPSWEB_LOG_LEVEL: DEBUG
30
31
redis:
32
image: valkey/valkey:alpine
0 commit comments