Remove legacy hero-osis sidecar container from dev VM #62
Labels
No labels
meeting-notes
meeting-sensitive
meeting-transcript
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coopcloud_code/home#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The dev VM still runs
hero-osiscontainer (:3377) from the pre-Phase 1 architecture. Since commit6a73bf3(Phase 1, issue mycelium_code/home#34), OSIS is embedded in the marketplace binary — the sidecar is unused.Evidence
It wastes memory and confuses the architecture.
Fix
hero-osisservice fromdocker-compose.ymlon dev VMsetup.shif referencedhero-ledger— that's still used for on-chain data— mik-tf
Removed hero-osis container from dev VM. Updated docker-compose.yml: removed hero-osis service + osis_data volume, added socket mount, fixed admin RPC URL with base path.
— mik-tf