From a50f5e764163ee76c677ac5e888d0a1b4de174ee Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Sat, 7 Oct 2023 15:26:37 +0200 Subject: [PATCH] Update fly.toml Signed-off-by: Lorenzo Mangani --- fly.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fly.toml b/fly.toml index 854c4f6..d25e033 100644 --- a/fly.toml +++ b/fly.toml @@ -1,12 +1,12 @@ # fly.toml app for iox-community server # See https://github.com/metrico/iox-community for details -# Notes: Requires an IPv6 address (free) +# Notes: Requires an IPv6 address (free) or IPv4 (paid) -app = "iox-api" -primary_region = "mad" +app = "influxdb-edge" +primary_region = "ams" [build] - image = "ghcr.io/metrico/iox-musl:latest" + image = "ghcr.io/metrico/influxdb-edge-musl:latest" [env] INFLUXDB_IOX_BUCKET = "iox"