Skip to content

Commit

Permalink
Correct issue in docker-compose-rocket.yml
Browse files Browse the repository at this point in the history
Signed-off-by: arthurtemporim <[email protected]>
  • Loading branch information
arthurTemporim committed Apr 10, 2024
1 parent f5493ce commit 5d4c0b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose-rocket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ services:
build:
context: .
dockerfile: ./docker/bot.Dockerfile
args:
RASA_VERSION: ${RASA_VERSION}
container_name: bot
env_file:
- ./env/bot.env
- ./bot/.env
volumes:
- ./bot/:/bot/
ports:
Expand All @@ -19,6 +21,7 @@ services:
- mongo
networks:
- bot
command: make api
# ============================ Tracker Store=================================
# A mongodb container as rasa tracker store.
mongo:
Expand Down
Empty file added env/bot.env
Empty file.

0 comments on commit 5d4c0b9

Please sign in to comment.