Skip to content

Commit

Permalink
feat: add official image
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy committed Sep 25, 2023
1 parent c11e7e2 commit b02fa94
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 29 deletions.
28 changes: 0 additions & 28 deletions packages/indexer/Dockerfile

This file was deleted.

10 changes: 9 additions & 1 deletion packages/indexer/fly.alt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ swap_size_mb = 128

[build]

image = "ghcr.io/latticexyz/store-indexer:sha-391ef71"

[experimental]
entrypoint = ["pnpm", "start:sqlite"]


[http_service]
internal_port = 3001
force_https = true
Expand All @@ -23,8 +29,10 @@ destination = "/data"


[env]
PORT = 3001
HOST = "0.0.0.0"
RPC_HTTP_URL = "https://flashlayer.alt.technology/autochessia37806fd60"
RPC_WS_URL = "wss://flashlayer.alt.technology/autochessia37806fd60"
SQLITE_FILENAME = "/data/alt.db"
CHAIN_ID = 1398383
START_BLOCK = 702262
START_BLOCK = 2264619
2 changes: 2 additions & 0 deletions packages/indexer/fly.lattice.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ swap_size_mb = 128

[build]

image = "ghcr.io/latticexyz/store-indexer:sha-f0f9ff5"

[http_service]
internal_port = 3001
force_https = true
Expand Down

0 comments on commit b02fa94

Please sign in to comment.