I would like some help setting up tapico remote caching on GCP Cloud Run.
I already created a Bucket for storing the cache but i cannot start the Cloud Run with the Tapico Image on my GCP registry.
In the Cloud Run i created these env variables through the Google Console:
CLOUD_PROVIDER_KIND = gcs
LISTEN_ADDRESS = 0.0.0.0:8080
GOOGLE_PROJECT_ID = "myProjectId"
BUCKET_NAME = "MyBucket"
GOOGLE_ENDPOINT = "CloudConsoleURL"
What else do i need to provide? Which are the mandatory envs? Do i need to use turbo login for the turbo token?
I would like to mention that i am pulling the AMD64 image:
ghcr.io/tapico/tapico-turborepo-remote-cache:sha-6ff5395@sha256:077634c623996b5131042c7aa74b25c1fa1a3f9fc4eb2196b56609c07ff1371a
Hi!
I would like some help setting up tapico remote caching on GCP Cloud Run. I already created a Bucket for storing the cache but i cannot start the Cloud Run with the Tapico Image on my GCP registry.
In the Cloud Run i created these env variables through the Google Console:
What else do i need to provide? Which are the mandatory envs? Do i need to use turbo login for the turbo token?
I would like to mention that i am pulling the AMD64 image:
ghcr.io/tapico/tapico-turborepo-remote-cache:sha-6ff5395@sha256:077634c623996b5131042c7aa74b25c1fa1a3f9fc4eb2196b56609c07ff1371a
Thanks, in advance, Andrea