Skip to content

Commit

Permalink
needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamy committed Aug 26, 2024
1 parent 0fa0839 commit 6ad6720
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions owlcms-next-results.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# fly.toml app configuration file generated for owlcms-cloud on 2024-01-09T19:31:03-05:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "owlcms-cloud"
primary_region = "yyz"

[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = false
auto_start_machines = true
min_machines_running = 1
processes = ["app"]

[[vm]]
cpu_kind = "shared"
cpus = 2
memory_mb = 512
20 changes: 20 additions & 0 deletions owlcms-next.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# fly.toml app configuration file generated for owlcms-cloud on 2024-01-09T19:31:03-05:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "owlcms-cloud"
primary_region = "yyz"

[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = false
auto_start_machines = true
min_machines_running = 1
processes = ["app"]

[[vm]]
cpu_kind = "shared"
cpus = 2
memory_mb = 512

0 comments on commit 6ad6720

Please sign in to comment.