Skip to content

Commit

Permalink
Update fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt committed Oct 20, 2024
1 parent 8393737 commit 1742e75
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,22 @@ primary_region = 'arn'
[build]

[[mounts]]
source = 'redis_server'
destination = '/data'
source = 'redis_server'
destination = '/data'

[http_service]
internal_port = 6379
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 1
processes = ['app']

[[services]]
protocol = 'tcp'
internal_port = 6379
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
[[services.ports]]
port = 6379
protocol = 'tcp'
internal_port = 6379
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 1
[[services.ports]]
port = 6379

[[vm]]
size = 'shared-cpu-1x'
size = 'shared-cpu-1x'

[[metrics]]
port = 9091
path = '/metrics'
port = 9091
path = '/metrics'

0 comments on commit 1742e75

Please sign in to comment.