Hi there, I am trying to deploy typesense on GCP a...
# community-help
s
Hi there, I am trying to deploy typesense on GCP as self hosted service for dev and preprod environments but I am struggling a little bit to find the right approach to do so. I am mainly struggling with this part of what the docker command should do
-v/tmp/typesense-data:/data
as the only way it seems to mount volumes is to use Cloud Storage FUSE. Any experience from anyone running a TypeSense instance on GCP?