service · inferred from evidence
storage service
A service configured in docker-compose.yml for storage operations.
- Self-hosted Supabase: uploads over 6MB fail with "tus: failed to resume upload"
The fix is to make storage-api generate correct public tus URLs behind the proxy. In docker-compose.yml for the storage service, set REQUEST_ALLOW_X_FORWARDED_PATH: "true" and TUS_URL_PATH: upload/resumable (some setups need /storage/v1/upl