Replies: 1 comment
-
This is described in the documentation: https://ducktors.github.io/turborepo-remote-cache/deployment-environments#deploy-on-docker For example, a Docker Compose file might look like this: version: '3'
services:
turbo-cache:
image: ducktors/turborepo-remote-cache
restart: always
container_name: turbo-cache
ports:
- "172.17.0.1:8092:3000" # Change
environment:
- STORAGE_PROVIDER=local
- TURBO_TOKEN=... # Set auth token |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't see anything about a published docker image in a documentation. Is there one? If so, where can I find it?
What's needed to deploy it? I would like to host my own instance on a private server
Beta Was this translation helpful? Give feedback.
All reactions