My docker-compose.yml file contents/data from the website documentation.
Run docker-compose up and BOOM… lol
Example data below was properly formatted when pasted in here. Not sure why it’s stripping off all the formatting on save. .yml data is not modified in any way. 100% exact image off of the website/docs.
Not sure what you mean. If you look at this “main” setup doc and look at the section noted about using docker compose, it says to use that file verbatim. No mention of any other mods. There is no step 4 in this doc. So that section is wrong and/or incomplete?
Rasa provides all components as official Docker images which are continuously updated. To quickly run Rasa Core with other components, you can use the provided docker compose file. This is useful for a quick local setup or if you want to host the Rasa components on cloud services.
Compose File Example ---- What I posted, copied from this section.
Just FYI my other post. I ran into the same issue with the base setup instructions on Ubuntu. They were incorrect/missing info as well. Took me awhile but I did get it running that way. Wanted to setup under Docker. Not surprised at this point if the docs are wrong here as well.
Gotcha. So much for the “quick” part of that doc. Thanks for the feedback. I saw the doc you mentioned but the one I was reading seemed to have a current/fast way to set it up and appears to be the main document.
It has a docker-compose.yml and all the required files to start the bot. Just follow the instructions in the README.md. You can then change the nlu and core files to make it do what you want.