fix: rename invalid docker-compose.matrix.yml to .md (was documentation, not YAML)

This commit is contained in:
Tabula Myriad
2026-03-24 04:39:13 -04:00
parent 5a8491472a
commit 84d6e84b5b
2 changed files with 7 additions and 35 deletions
+7 -6
View File
@@ -1,19 +1,20 @@
{
"generated_at": "2026-03-24T06:31:10.283Z",
"timestamp": "2026-03-24T08:37:15.284Z",
"node": "silica-animus",
"workspace": "/home/openclaw/.openclaw/workspace",
"algorithm": "SHA-256",
"files": {
"AGENTS.md": "fd717f52c0a2adab571cae7e0e50200079a1fb307fb3e67c0633e3465e517a32",
"SOUL.md": "0cb0b1218c2756b7cb322d8e684d1f93bb390a09a7ad872cf8c0e03070baaefb",
"TOOLS.md": "9e6220f1b918e2d230fbbbbcbdb0380aa3f89ee306be1e188d49ff5f47dfa031",
"IDENTITY.md": "eed30c6c7244e5506513d1ec6e181d2908b0dbcf48de4b11901fcc3844fe7492",
"MEMORY.md": "a42a2604935db8d8cc5e14f5ff0b9ba723e2c9b0150e48d4a2c139de7714ba54",
"scripts/triad-unity-check.sh": "a9928998a713c83d92c41881c6e1edecadc8b6047f2681ea87df6f181a9cb14f",
"scripts/triad-unity-local.sh": "424692eb4f766f1160d46e07e671ed2141ee17eff182a51171a5ed53389f4a65",
"scripts/consolidate-workspace.sh": "ae32dab2c8bb410518af09ae9a127a691561e03e6996914585fe977f6bc16cec",
"scripts/detect-corruption.sh": "7cdff26bb117c311ea5a992441332aec2b59ef4b7c327347e0db2a2a812b3a09",
"scripts/install-triad-crons.sh": "e06c11477ba0e6867efc1641cdc4f21201c01382615f0de9cc1188c52d09e599",
"lib/triad-sync-server.js": "35888d52667ffa3217b3cefc0d616a03d61331a759a3006af5c52f6f3657fcf3",
"scripts/curiosity-engine.js": "336eb300fef14ec8d4cb5d6eb636a81abaafeeb8b7584bdd720013e2ae1d73a0",
"scripts/curiosity-engine.js": "fc5e9f69d1a94683a4552a2fe4da4d27198fbdc69aaa0b3a6050d7c90da82140",
"scripts/deploy-logger.sh": "efd49baf36689bdfa5b5a6145a76387dfbf803edc0a514e0dd96c71e5d0b44a7"
},
"missing_files": [],
"invalid_files": []
}
}
-29
View File
@@ -1,29 +0,0 @@
# Matrix Homeserver (Conduit) for Triad - Lightweight Rust implementation
# Much simpler than Synapse - no complex config needed
services:
conduit:
image: docker.io/matrixconduit/matrix-conduit:latest
container_name: conduit
restart: unless-stopped
environment:
- CONDUIT_SERVER_NAME=triad.local
- CONDUIT_PORT=8008
- CONDUIT_ENABLE_REGISTRATION=true
- CONDUIT_TRUSTED_SERVERS=["matrix.org"]
volumes:
- ./matrix-data/conduit:/var/lib/conduit
networks:
- matrix-net
ports:
- "8008:8008"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8008/_matrix/client/versions"]
interval: 30s
timeout: 10s
retries: 3
start_period: 30s
networks:
matrix-net:
driver: bridge