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 531fde5 commit 1a31259Copy full SHA for 1a31259
docker-compose.override.yml
@@ -0,0 +1,7 @@
1
+version: '3'
2
+
3
+services:
4
+ clickhouse-db:
5
+ environment:
6
+ # Loop back to the host machine to reach the embedding server
7
+ - EMBEDDING_SERVER_URL=http://host.docker.internal:6000
0 commit comments