README.md: add explanations for Rasa models and caching model dependencies
update supported Endpoints, update Throughput section
docker-compose.yml: add env_file entry, otherwise the environment is not
set for each service, use default network instead of 'backend',
move action_server to rasa-project
start-masdif.sh: fix test for cloned repo, fix build step
update Rasa version to 3.4.9
workflow/build.yml: copy example environment to .env, build complete images including
those from the municipal rasa demo
download Rasa model from specific municipality release version
add ci/deploy.sh script: Upload docker-compose scripts, Rasa model and configuration.
Create all necessary directories, run Rails migrations
workflow/depoy_if_tag.yml: build container on a pushed tag and tag it + push to
container registgry.
README.md
: add explanations for Rasa models and caching model dependencies update supported Endpoints, update Throughput sectiondocker-compose.yml
: add env_file entry, otherwise the environment is not set for each service, use default network instead of 'backend', move action_server to rasa-projectstart-masdif.sh
: fix test for cloned repo, fix build step3.4.9
workflow/build.yml
: copy example environment to .env, build complete images including those from the municipal rasa democi/deploy.sh
script: Upload docker-compose scripts, Rasa model and configuration. Create all necessary directories, run Rails migrationsworkflow/depoy_if_tag.yml
: build container on a pushed tag and tag it + push to container registgry.This fixes #13