I am attempting to set up a deployable server environment for a custom Rasa bot with docker-compose. I have followed the instructions here: Running Rasa with Docker
However, I am attempting to solve a few more problems:
- Use my own Makefile commands from within the Docker container.
- Modify source “rasa-core” and “rasa-nlu” code while having a way to pull updates from the latest versions
- Get Duckling to work from within my composed environment.
- Integrate each container into BitBucket for autobuilding for version control.
Any assistance with this would be most helpful. I have limited experience with docker and docker-compose, but eventually want to integrate builds into a Bitbucket group in which changes to my repos (for the app itself, ‘rasa-core’, ‘rasa-core-sdk’, ‘rasa-nlu’, etc.) modify modules within the main Docker image that is served through Docker-compose.