chore(infra): drop /var/run/docker.sock mount from rspace container

No longer needed — sidecar lifecycle is delegated to Sablier via HTTP API
(see ee251fd). Removes an unnecessary Docker socket exposure from the
main app container.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-16 19:08:33 -04:00
parent 03e96c215a
commit dcd6e1a261
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ services:
- rspace-docs:/data/docs - rspace-docs:/data/docs
- rspace-backups:/data/backups - rspace-backups:/data/backups
- /opt/dev-ops:/repos/dev-ops:rw - /opt/dev-ops:/repos/dev-ops:rw
- /var/run/docker.sock:/var/run/docker.sock
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- STORAGE_DIR=/data/communities - STORAGE_DIR=/data/communities