File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ DB_PASSWORD=YOUR_DB_PASSWORD
1111REDIS_CONNECTION_STRING = host.docker.internal:6380
1212
1313# External Services
14- LLM_BASE_URL = http://host.docker.internal:7908
15- MEMORY_BASE_URL = http://host.docker.internal:7912
14+ LLM_BASE_URL = http://host.docker.internal:7930
15+ MEMORY_BASE_URL = http://host.docker.internal:7940
16+ STT_BASE_URL = http://host.docker.internal:7950
1617TTS_BASE_URL = https://supertoneapi.com
1718TTS_API_KEY = YOUR_TTS_API_KEY
1819
Original file line number Diff line number Diff line change 1- version : ' 3.8 '
1+ name : projectvg-database
22
33networks :
44 projectvg-external-db :
Original file line number Diff line number Diff line change 11
2+ name : projectvg-api-server
3+
24networks :
35 projectvg-network :
46 driver : bridge
5- external-db-network :
6- external : true
7- name : projectvg-external-db
87
98services :
109 projectvg.api :
@@ -42,4 +41,6 @@ services:
4241 networks :
4342 - projectvg-network
4443 restart : unless-stopped
44+ extra_hosts :
45+ - " host.docker.internal:host-gateway"
4546
You can’t perform that action at this time.
0 commit comments