Add quickstart demos
This commit is contained in:
@@ -3,7 +3,7 @@ set -e
|
||||
|
||||
VERSION="0.1"
|
||||
DOCKER_USERNAME="your_docker_username"
|
||||
AGENT_NAME="cloud-simple-bot"
|
||||
AGENT_NAME="two-transport-bot"
|
||||
|
||||
# Build the Docker image with the correct context
|
||||
echo "Building Docker image..."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
agent_name = "cloud-simple-bot"
|
||||
image = "your_dockerhub_username/cloud-simple-bot:0.1"
|
||||
agent_name = "two-transport-bot"
|
||||
image = "your_dockerhub_username/two-transport-bot:0.1"
|
||||
image_credentials = "dockerhub-access"
|
||||
secret_set = "cloud-simple-bot-secrets"
|
||||
secret_set = "two-transport-bot-secrets"
|
||||
enable_krisp = true
|
||||
|
||||
[scaling]
|
||||
|
||||
Reference in New Issue
Block a user