Skip to content

Commit

Permalink
Fly config updates for multi-regions
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott-Sowers-PostHog committed Jan 8, 2025
1 parent 5c2246c commit 88cacda
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
Binary file modified __pycache__/config.cpython-312.pyc
Binary file not shown.
File renamed without changes.
28 changes: 28 additions & 0 deletions fly-us.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# fly.toml app configuration file generated for posthog-demo-3000 on 2024-12-19T00:49:41Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'hogflix-us'
primary_region = 'sjc'

[build]

[http_service]
internal_port = 8080
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
memory_mb = 1024

[mounts]
source = "hogflix1"
destination = "/data"

0 comments on commit 88cacda

Please sign in to comment.