Created
July 3, 2024 21:17
-
-
Save kylemclaren/0416cf589eab4b5791a082a136877a84 to your computer and use it in GitHub Desktop.
FerretDB on Fly.io
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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