Skip to content

Commit

Permalink
removed unecessary outdated example (duplicate)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed May 9, 2019
1 parent 91723ce commit b0943ff
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 219 deletions.
29 changes: 10 additions & 19 deletions examples/moodbot/docker-compose.yml → examples/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,31 @@
version: '3'
services:
app:
image: "app"
image: "app" # this is your container running the sdk server and your actions
container_name: "app"
expose:
- "5001"
- "5055"
depends_on:
- core
- rasa

core:
image: "rasa/rasa_core"
container_name: "rasa_core"
rasa:
image: "rasa/rasa"
container_name: "rasa"
expose:
- "5005"
- "5005"
depends_on:
- nlu
- mongo

nlu:
image: "rasa/rasa_nlu"
container_name: "nlu"
expose:
- "5000"

mongo:
image: "mongo:3.7-jessie"
container_name: "mongo"
expose:
- "27017"
- "27017"
volumes:
- ./mongo:/data/db
- ./mongo:/data/db

duckling:
image: "rasa/duckling:latest"
container_name: "duckling"
expose:
- "8000"


- "8000"
30 changes: 0 additions & 30 deletions examples/moodbot/Makefile

This file was deleted.

Empty file removed examples/moodbot/__init__.py
Empty file.
16 changes: 0 additions & 16 deletions examples/moodbot/actions.py

This file was deleted.

74 changes: 0 additions & 74 deletions examples/moodbot/data/nlu.md

This file was deleted.

27 changes: 0 additions & 27 deletions examples/moodbot/data/stories.md

This file was deleted.

44 changes: 0 additions & 44 deletions examples/moodbot/domain.yml

This file was deleted.

8 changes: 0 additions & 8 deletions examples/moodbot/endpoints.yml

This file was deleted.

1 change: 0 additions & 1 deletion examples/moodbot/nlu_model_config.yml

This file was deleted.

0 comments on commit b0943ff

Please sign in to comment.