feat(deploy): add PaaS templates and config

This commit is contained in:
William Valentin
2026-02-15 18:28:26 -08:00
parent 2177413833
commit 8d0016fd32
10 changed files with 205 additions and 3 deletions
+28
View File
@@ -0,0 +1,28 @@
# Flynn PaaS-friendly configuration template
#
# Intended for: Fly.io / Railway / Render (or any platform that provides PORT).
# - Binds the gateway on all interfaces (required for container/PaaS routing).
# - Relies on `${ENV_VAR}` expansion so secrets stay in platform env vars.
#
# For a full example with more options, see: config/default.yaml
server:
localhost: false
port: 18800 # Overridden by PORT env var when set.
models:
default:
provider: anthropic
model: claude-sonnet-4-20250514
api_key: ${ANTHROPIC_API_KEY}
# Recommended safe defaults for internet-exposed deployments.
pairing:
enabled: true
tools:
profile: messaging
sandbox:
enabled: true