diff --git a/golink/BUILD.bazel b/golink/BUILD.bazel new file mode 100644 index 00000000..e69de29b diff --git a/golink/fly.toml b/golink/fly.toml new file mode 100644 index 00000000..3906f7ce --- /dev/null +++ b/golink/fly.toml @@ -0,0 +1,22 @@ +# fly.toml app configuration file generated for golink-old-voice-2551 on 2024-12-04T23:08:26-05:00 +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# + +app = 'golink-old-voice-2551' +primary_region = 'ewr' + +[build] +image = "ghcr.io/tailscale/golink:main" + +[deploy] +strategy = "immediate" + +[[vm]] + memory = '512mb' + cpu_kind = 'shared' + cpus = 1 + +[mounts] +source="golink" +destination="/home/nonroot"