Skip to content

Commit

Permalink
Add processes
Browse files Browse the repository at this point in the history
  • Loading branch information
solt9029 committed May 6, 2023
1 parent 7c12d30 commit f412815
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# fly.toml app configuration file generated for fly-io-tutorial on 2023-05-06T21:01:45+09:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "fly-io-tutorial"
primary_region = "nrt"

[processes]
web = "bin/rails server"
cron = "supercronic /rails/crontab"

[http_service]
processes = ["web"]
internal_port = 3000
force_https = true
auto_stop_machines = true
Expand Down

0 comments on commit f412815

Please sign in to comment.