Skip to content

Commit

Permalink
Update fly.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Oct 7, 2023
1 parent 181ee18 commit a50f5e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a50f5e7

Please sign in to comment.