mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
17 lines
587 B
TOML
17 lines
587 B
TOML
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
# Deploy with: `fly deploy --config fly.roomote-controller.toml`
|
|
# Connect with: `fly machine run $(fly releases --image -a roomote-controller -j 2>/dev/null | jq -r '.[0].ImageRef') --rm --shell -a roomote-controller`
|
|
|
|
app = "roomote-controller"
|
|
primary_region = "sjc" # See `fly platform regions`
|
|
|
|
[env]
|
|
APP_ENV = "production"
|
|
|
|
[build]
|
|
dockerfile = ".docker/Dockerfile.roomote-controller"
|
|
ignorefile = ".dockerignore"
|
|
|
|
[[vm]]
|
|
size = "performance-2x" # See `fly platform vm-sizes`
|