Command API server of the TheChatThatRocks
If you want setup the Command API server to deploy in localhost, you must use the default profile and launch the docker-compose script called docker-compose-local-without-backend.yml, located in the ChatDeploy repository.
If you want setup the Command API server to deploy in docker, you must launch the docker-compose script called docker-compose-local.yml, located in the ChatDeploy repository.
The docker-compose script will launch the application with the local profile.
If you want setup the Command API server to deploy in Azure, you must follow the instructions located in the file README.md, located in the ChatDeploy repository.