feat: refresh VFS
This commit is contained in:
@@ -44,3 +44,10 @@ RUSTFS_VERSION_BUCKET=versions
|
||||
RUSTFS_RUN_LOG_BUCKET=run-logs
|
||||
RUSTFS_TRASH_BUCKET=trash
|
||||
RUSTFS_TRASH_RETENTION_DAYS=30
|
||||
|
||||
# rclone RC (HTTP control API). The runtime container starts rclone with
|
||||
# `--rc --rc-addr 0.0.0.0:5572 --rc-no-auth` (see runtime/src/runtime/mount.py),
|
||||
# so the backend can POST /vfs/refresh here to invalidate the FUSE dir-cache
|
||||
# after writing new workspace files. Default points at the runtime service
|
||||
# over the compose network.
|
||||
RCLONE_RC_URL=http://runtime:5572
|
||||
|
||||
Reference in New Issue
Block a user