Skip to content

Commit

Permalink
fly example
Browse files Browse the repository at this point in the history
  • Loading branch information
sordina committed Dec 11, 2023
1 parent c79254c commit 81e43de
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions fly.toml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# fly.toml app configuration file generated for spike-nodejs-app on 2023-12-11T18:13:43+10:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "my-cool-app"
primary_region = "syd"

[build]
dockerfile = "Dockerfile"

[http_service]
internal_port = 8100
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]

[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 1024

0 comments on commit 81e43de

Please sign in to comment.