We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28459f0 commit f16f1edCopy full SHA for f16f1ed
docs/docs/going-to-production/deploy/docker-compose.md
@@ -142,7 +142,7 @@ services:
142
environment:
143
- DATABASE_URL=postgres://postgres:secretpw@postgres:5435/botpress_db
144
- REDIS_URL=redis://redis:6379?password=redisPassword
145
- - BP_MODULE_NLU_DUCKLINGURL=http://botpress_lang:8000
+ - BP_MODULE_NLU_DUCKLINGURL=http://botpress_duckling:8000
146
- BP_MODULE_NLU_LANGUAGESOURCES=[{"endpoint":"http://botpress_lang:3100"}]
147
- CLUSTER_ENABLED=true
148
- BP_PRODUCTION=true
0 commit comments