this repo has no description
at main 35 lines 627 B view raw
1app = 'zzknotzz' 2primary_region = 'ord' 3 4[build] 5 6[env] 7KNOT_SERVER_HOSTNAME = 'zzknotzz.fly.dev' 8KNOT_SERVER_DB_PATH = '/home/git/knotserver.db' 9KNOT_REPO_SCAN_PATH = '/home/git/repositories' 10KNOT_SERVER_INTERNAL_LISTEN_ADDR = '0.0.0.0:5444' 11KNOT_SERVER_LISTEN_ADDR = '0.0.0.0:5555' 12 13[http_service] 14internal_port = 5555 15force_https = true 16auto_stop_machines = 'stop' 17auto_start_machines = true 18min_machines_running = 0 19 20[[services]] 21protocol = 'tcp' 22internal_port = 22 23 24[[services.ports]] 25port = 2222 26handlers = [] 27 28[[vm]] 29memory = '512mb' 30cpu_kind = 'shared' 31cpus = 1 32 33[mounts] 34source = 'knot_data' 35destination = '/home/git'