Skip to content

Commit

Permalink
Update docker-compose.md (#1791)
Browse files Browse the repository at this point in the history
Fixed the wrong url in docker-compose file for BP_MODULE_NLU_DUCKLINGURL
  • Loading branch information
shopify01 authored Oct 24, 2024
1 parent 28459f0 commit f16f1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/going-to-production/deploy/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ services:
environment:
- DATABASE_URL=postgres://postgres:secretpw@postgres:5435/botpress_db
- REDIS_URL=redis://redis:6379?password=redisPassword
- BP_MODULE_NLU_DUCKLINGURL=http://botpress_lang:8000
- BP_MODULE_NLU_DUCKLINGURL=http://botpress_duckling:8000
- BP_MODULE_NLU_LANGUAGESOURCES=[{"endpoint":"http://botpress_lang:3100"}]
- CLUSTER_ENABLED=true
- BP_PRODUCTION=true
Expand Down

0 comments on commit f16f1ed

Please sign in to comment.