fix(apps): repoint image refs from retired git.tx1138.com to vps2

Six manifests still pulled through git.tx1138.com/lfg2025, which is
dead — every boot reconcile of archy-btcpay-db/archy-nbxplorer failed
at the pull step (live-testing report 2026-07-10; the orchestrator
now also falls back to local storage, 3a5c5db1). All six tags
verified present on 146.59.87.168:3000/lfg2025 via the registry API.
Ships fleet-wide at the next catalog ceremony (catalog manifests
override disk ones).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
archipelago 2026-07-10 09:51:38 -04:00
parent b7be296953
commit c07f38a903
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ app:
description: Postgres backend for BTCPay and NBXplorer. description: Postgres backend for BTCPay and NBXplorer.
container: container:
image: git.tx1138.com/lfg2025/postgres:15.17 image: 146.59.87.168:3000/lfg2025/postgres:15.17
pull_policy: if-not-present pull_policy: if-not-present
network: archy-net network: archy-net
data_uid: "100998:100998" data_uid: "100998:100998"

View File

@ -5,7 +5,7 @@ app:
description: MariaDB backend for the mempool explorer stack. description: MariaDB backend for the mempool explorer stack.
container: 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 pull_policy: if-not-present
network: archy-net network: archy-net
data_uid: "100998:100998" data_uid: "100998:100998"

View File

@ -5,7 +5,7 @@ app:
description: BTCPay blockchain indexer service. description: BTCPay blockchain indexer service.
container: 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 pull_policy: if-not-present
network: archy-net network: archy-net
secret_env: secret_env:

View File

@ -5,7 +5,7 @@ app:
description: Fedimint gateway service with automatic LND-or-LDK backend selection. description: Fedimint gateway service with automatic LND-or-LDK backend selection.
container: 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 pull_policy: if-not-present
network: archy-net network: archy-net
entrypoint: ["sh", "-lc"] entrypoint: ["sh", "-lc"]

View File

@ -5,7 +5,7 @@ app:
description: Baseline Archipelago file manager service. description: Baseline Archipelago file manager service.
container: 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 pull_policy: if-not-present
network: archy-net network: archy-net
custom_args: ["--config", "/data/.filebrowser.json"] custom_args: ["--config", "/data/.filebrowser.json"]

View File

@ -5,7 +5,7 @@ app:
description: Backend API for mempool explorer. description: Backend API for mempool explorer.
container: 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 pull_policy: if-not-present
network: archy-net network: archy-net
# CORE_RPC_HOST must follow the node's actual Bitcoin container — Knots or # CORE_RPC_HOST must follow the node's actual Bitcoin container — Knots or