Skip to content

Commit f16f1ed

Browse files
authored
Update docker-compose.md (#1791)
Fixed the wrong url in docker-compose file for BP_MODULE_NLU_DUCKLINGURL
1 parent 28459f0 commit f16f1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/going-to-production/deploy/docker-compose.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ services:
142142
environment:
143143
- DATABASE_URL=postgres://postgres:secretpw@postgres:5435/botpress_db
144144
- REDIS_URL=redis://redis:6379?password=redisPassword
145-
- BP_MODULE_NLU_DUCKLINGURL=http://botpress_lang:8000
145+
- BP_MODULE_NLU_DUCKLINGURL=http://botpress_duckling:8000
146146
- BP_MODULE_NLU_LANGUAGESOURCES=[{"endpoint":"http://botpress_lang:3100"}]
147147
- CLUSTER_ENABLED=true
148148
- BP_PRODUCTION=true

0 commit comments

Comments
 (0)