diff --git a/apps/archy-btcpay-db/manifest.yml b/apps/archy-btcpay-db/manifest.yml index 5fce05d8..77f3867c 100644 --- a/apps/archy-btcpay-db/manifest.yml +++ b/apps/archy-btcpay-db/manifest.yml @@ -5,7 +5,7 @@ app: description: Postgres backend for BTCPay and NBXplorer. container: - image: git.tx1138.com/lfg2025/postgres:15.17 + image: 146.59.87.168:3000/lfg2025/postgres:15.17 pull_policy: if-not-present network: archy-net data_uid: "100998:100998" diff --git a/apps/archy-mempool-db/manifest.yml b/apps/archy-mempool-db/manifest.yml index 4d716e7b..3597f5c6 100644 --- a/apps/archy-mempool-db/manifest.yml +++ b/apps/archy-mempool-db/manifest.yml @@ -5,7 +5,7 @@ app: description: MariaDB backend for the mempool explorer stack. container: - image: git.tx1138.com/lfg2025/mariadb:11.4.10 + image: 146.59.87.168:3000/lfg2025/mariadb:11.4.10 pull_policy: if-not-present network: archy-net data_uid: "100998:100998" diff --git a/apps/archy-nbxplorer/manifest.yml b/apps/archy-nbxplorer/manifest.yml index f4b7cd99..21ce43bf 100644 --- a/apps/archy-nbxplorer/manifest.yml +++ b/apps/archy-nbxplorer/manifest.yml @@ -5,7 +5,7 @@ app: description: BTCPay blockchain indexer service. container: - image: git.tx1138.com/lfg2025/nbxplorer:2.6.0 + image: 146.59.87.168:3000/lfg2025/nbxplorer:2.6.0 pull_policy: if-not-present network: archy-net secret_env: diff --git a/apps/fedimint-gateway/manifest.yml b/apps/fedimint-gateway/manifest.yml index 138a3b13..254049a0 100644 --- a/apps/fedimint-gateway/manifest.yml +++ b/apps/fedimint-gateway/manifest.yml @@ -5,7 +5,7 @@ app: description: Fedimint gateway service with automatic LND-or-LDK backend selection. container: - image: git.tx1138.com/lfg2025/gatewayd:v0.10.0 + image: 146.59.87.168:3000/lfg2025/gatewayd:v0.10.0 pull_policy: if-not-present network: archy-net entrypoint: ["sh", "-lc"] diff --git a/apps/filebrowser/manifest.yml b/apps/filebrowser/manifest.yml index 466c819e..2d24bc14 100644 --- a/apps/filebrowser/manifest.yml +++ b/apps/filebrowser/manifest.yml @@ -5,7 +5,7 @@ app: description: Baseline Archipelago file manager service. container: - image: git.tx1138.com/lfg2025/filebrowser:v2.27.0 + image: 146.59.87.168:3000/lfg2025/filebrowser:v2.27.0 pull_policy: if-not-present network: archy-net custom_args: ["--config", "/data/.filebrowser.json"] diff --git a/apps/mempool-api/manifest.yml b/apps/mempool-api/manifest.yml index 29cf1382..24b628ce 100644 --- a/apps/mempool-api/manifest.yml +++ b/apps/mempool-api/manifest.yml @@ -5,7 +5,7 @@ app: description: Backend API for mempool explorer. container: - image: git.tx1138.com/lfg2025/mempool-backend:v3.0.0 + image: 146.59.87.168:3000/lfg2025/mempool-backend:v3.0.0 pull_policy: if-not-present network: archy-net # CORE_RPC_HOST must follow the node's actual Bitcoin container — Knots or