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:
parent
03e96c215a
commit
dcd6e1a261
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue