Skip to content

Instantly share code, notes, and snippets.

@kylemclaren
Created July 3, 2024 21:17
Show Gist options
  • Save kylemclaren/0416cf589eab4b5791a082a136877a84 to your computer and use it in GitHub Desktop.
Save kylemclaren/0416cf589eab4b5791a082a136877a84 to your computer and use it in GitHub Desktop.
FerretDB on Fly.io
[build]
image = 'ghcr.io/ferretdb/ferretdb'
[env]
FERRETDB_TELEMETRY = 'disable'
[[services]]
protocol = 'tcp'
internal_port = 27017
[[services.ports]]
port = 27017
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment