Skip to content

Commit

Permalink
Added Dockerfile reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfr committed Nov 14, 2024
1 parent c3a2ab2 commit e4a6632
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'react-router-devtools'
app = 'react-router-devtools'
primary_region = 'lhr'

[build]
dockerfile = "./Dockerfile"

[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = "suspend"
auto_start_machines = true
internal_port = 3000
force_https = true
auto_stop_machines = "suspend"
auto_start_machines = true
min_machines_running = 0
processes = ['app']
processes = ['app']

[[vm]]
memory = '512mb'
memory = '512mb'
cpu_kind = 'shared'
cpus = 1
cpus = 1

0 comments on commit e4a6632

Please sign in to comment.