2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00
2023-03-14 17:44:23 +01:00
2023-05-31 14:01:59 +02:00
2023-05-31 14:01:59 +02:00

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_API
  • TURBO_TEAM
  • TURBO_TOKEN Like 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
Description
Monorepo that contains all projects for the Open StApps project.
Readme 56 MiB
Languages
TypeScript 85.8%
HTML 7.5%
SCSS 4%
JavaScript 1.6%
Dockerfile 0.4%
Other 0.5%