How to know if Cache server is working? #84
-
Hello, Hope anyone that reads this is having a great day! I only have the following line in the
How do I know when I run the npm script Is the The following contains the contents of the version: '3.9'
services:
turborepo-remote-cache:
image: fox1t/turborepo-remote-cache:1.8.0
container_name: turborepo-remote-cache
hostname: turborepo-remote-cache
environment:
- NODE_ENV=production
- TURBO_TOKEN='xxx'
- LOG_LEVEL=debug
- STORAGE_PROVIDER=local
- STORAGE_PATH=/tmp
volumes:
- /mnt/appdata/repo-team/turborepo-remote-cache/tmp:/tmp
ports:
- 3535:3000
networks:
- proxy
networks:
proxy:
driver: bridge
external: true |
Beta Was this translation helpful? Give feedback.
Answered by
matteovivona
Feb 5, 2023
Replies: 1 comment
-
For reference #92 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
matteovivona
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For reference #92