Area51base/cc-chatbot
0
1app = 'cc-chatbot'2primary_region = 'sin' # Singapore — closest to India3 4[build]5 6[http_service]7 internal_port = 80808 force_https = true9 auto_stop_machines = 'stop'10 auto_start_machines = true11 min_machines_running = 012 13 [http_service.concurrency]14 type = 'connections'15 hard_limit = 2516 soft_limit = 2017 18[[vm]]19 size = 'shared-cpu-1x'20 memory = '1gb'21 22[mounts]23 source = 'cc_chatbot_data'24 destination = '/data'25 