Skip to content

Commit

Permalink
build: upgrade botpress (#17)
Browse files Browse the repository at this point in the history
* build: use latest botpress/server image
* refactor: deprecate docker compose "version"
* build: use non-dev default port
  * changed host port from 3000 to 3030

---------

Signed-off-by: Kago Kagichiri <[email protected]>
  • Loading branch information
kulemantu authored Nov 11, 2024
1 parent 871ce46 commit 2ffe0eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion botpress/botpress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM botpress/server:v12_27_0
FROM botpress/server:latest
WORKDIR /botpress
CMD ["./bp"]
4 changes: 2 additions & 2 deletions botpress/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
# version: '3'

services:
botpress:
Expand All @@ -9,7 +9,7 @@ services:
container_name: botpress-server
command: /botpress/bp
ports:
- 3000:3000
- 3030:3000
env_file: botpress.env
depends_on:
- postgres
Expand Down

0 comments on commit 2ffe0eb

Please sign in to comment.