mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com> Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
21 lines
499 B
TOML
21 lines
499 B
TOML
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
# Deploy with: `fly deploy --config fly.roomote-api.toml`
|
|
|
|
app = "roomote-api"
|
|
primary_region = "sjc" # See `fly platform regions`
|
|
|
|
[env]
|
|
APP_ENV = "production"
|
|
|
|
[build]
|
|
dockerfile = ".docker/Dockerfile.roomote-api"
|
|
ignorefile = ".dockerignore"
|
|
|
|
[http_service]
|
|
internal_port = 3001
|
|
force_https = true
|
|
min_machines_running = 0
|
|
|
|
[[vm]]
|
|
size = "performance-1x" # See `fly platform vm-sizes`
|