generated from coulomb/repo-seed
chore: update standalone state hub wiring
This commit is contained in:
@@ -78,7 +78,7 @@ display(html`<div class="app-grid">
|
||||
icon: "🐘", name: "pgAdmin", status: pgadminUp,
|
||||
desc: "PostgreSQL admin UI for the state-hub database. Start with: make db in state-hub/.",
|
||||
url: "http://127.0.0.1:5050", label: "127.0.0.1:5050",
|
||||
note: pgadminUp ? "" : "Start with: cd ~/the-custodian/state-hub && docker compose --profile pgadmin up -d",
|
||||
note: pgadminUp ? "" : "Start with: cd ~/state-hub && docker compose --profile pgadmin up -d",
|
||||
})}
|
||||
${appCard({
|
||||
icon: "🌉", name: "ops-bridge", status: null,
|
||||
|
||||
Reference in New Issue
Block a user