Skip to content

Commit

Permalink
🚢 chore: configure CI/CD for foodiebuddie app
Browse files Browse the repository at this point in the history
- Add a `fly.toml` configuration file for the foodiebuddie app.
  • Loading branch information
abdullahnettoor committed Nov 13, 2024
1 parent 346405d commit 722b988
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# fly.toml app configuration file generated for foodiebuddie on 2024-11-17T12:58:18+05:30
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'foodiebuddie'
primary_region = 'bom'

[build]

[http_service]
internal_port = 8989
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']

[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1

0 comments on commit 722b988

Please sign in to comment.