Compare commits

..

2 Commits

Author SHA1 Message Date
Jeff Emmett d13a09208b Merge branch 'dev'
CI/CD / deploy (push) Successful in 2m21s Details
2026-04-16 19:08:36 -04:00
Jeff Emmett dcd6e1a261 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>
2026-04-16 19:08:33 -04:00
1 changed files with 0 additions and 1 deletions

View File

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