mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
27 lines
539 B
TOML
27 lines
539 B
TOML
app = "paris-coder"
|
|
primary_region = "cdg"
|
|
|
|
[experimental]
|
|
entrypoint = ["/opt/coder", "wsproxy", "server"]
|
|
auto_rollback = true
|
|
|
|
[build]
|
|
image = "ghcr.io/coder/coder-preview:main"
|
|
|
|
[env]
|
|
CODER_ACCESS_URL = "https://paris-coder.fly.dev"
|
|
CODER_HTTP_ADDRESS = "0.0.0.0:3000"
|
|
CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com"
|
|
|
|
[http_service]
|
|
internal_port = 3000
|
|
force_https = true
|
|
auto_stop_machines = true
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
|
|
[[vm]]
|
|
cpu_kind = "shared"
|
|
cpus = 1
|
|
memory_mb = 512
|