Roo-Code/fly.roomote-controller.toml
Chris Estreich 5edb2f8bb6
Encrypt and store secret ENV vars in the repo with dotenvx (#114)
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>
2025-06-26 10:54:39 -07:00

16 lines
433 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`
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`