May 19, 2026
Docker Network Cleanup
Why: The 2026-05 audit flagged stopped containers and unused Docker networks from the retired "botaa" Haven/blog experiment.
During the recent audit, we reviewed orphaned and stopped Docker resources to clean up the environment, focusing on the old botaa project.
1. Removing the botaa_default Network
The botaa side-project's blog/forum attempt has been officially retired.
- Action: Removed the
botaa_defaultDocker network. - The associated containers
botaa-haven-1andbotaa-postgresql-1were already absent, having been removed earlier alongside the blog.botaa.org teardown, so no container removal was needed.
2. Retaining the btst_default Network
The audit had wrongly flagged the btst_default network as stale.
- Action: Examined the network and deliberately kept it, as the live
sharedmomentscontainer (btst.skyhouse.dev) is actively attached to it. - Corrected the audit findings doc and the personal-services discovery entry to reflect this dependency.