-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added readme and updated docker builder
- Loading branch information
raine-works
committed
Aug 7, 2024
1 parent
81aad06
commit e896856
Showing
10 changed files
with
44 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Turbo Cache Server | ||
|
||
Turborepo remote cache server for docker. This server allows you to share a single Turborepo cache across your entire team, significantly speeding up your build times by avoiding redundant work. | ||
|
||
## Features | ||
|
||
- **Remote Caching**: Share cache across multiple machines. | ||
- **Dockerized**: Easy to deploy and manage using Docker. | ||
|
||
## Prerequisites | ||
|
||
- Docker installed on your machine. | ||
|
||
## Getting Started | ||
|
||
- Pull the docker image. | ||
|
||
``` | ||
docker pull ghcr.io/raine-works/turbo-cache-server:latest | ||
``` | ||
|
||
- Start the container. | ||
|
||
``` | ||
docker run -d \ | ||
-e TURBO_TOKEN='YOUR_CUSTOM_TOKEN' \ | ||
-e LOCAL_STORAGE_DIR='/tmp/turbo' \ | ||
-p 8000:8000 \ | ||
--name turbo-cache-server \ | ||
ghcr.io/raine-works/turbo-cache-server:latest | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters