mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-09-11 21:32:13 +00:00
fd740b3091fad56657e6faa7acef39aed898dfb7
Open StApps Monorepo
Remote caching
Turbo supports remote caching, which massively speeds up build processes.
Connecting to the remote cache locally
.env.local
TURBO_API=http://example:3000
TURBO_TEAM=openstapps
TURBO_TOKEN=abc123
Connecting to the remote cache in GitLab Pipelines
You will need to define
TURBO_APITURBO_TEAMTURBO_TOKENLike you did locally as described in this guide.
Hosting a cache
Self-hosting via Docker is extremely simple, just follow this guide or in short:
.env
PORT=...
TURBO_TOKEN=...
docker run --env-file=.env -p 3000:3000 fox1t/turborepo-remote-cache
Languages
TypeScript
86.5%
HTML
6.6%
SCSS
4.1%
JavaScript
1.7%
Dockerfile
0.4%
Other
0.5%