Typesense Docker Image Error on Cloud Run
TLDR Daniel was having trouble running a typesense docker image on Cloud Run. Kishore Nallan explained that Cloud Run cannot attach a disk, as it's for stateless services.
May 05, 2022 (18 months ago)
Daniel
09:16 AMKishore Nallan
10:40 AMDaniel
10:52 AMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Deploying Typesense on Google Cloud Run
Nicolas attempted to deploy Typesense on Google Cloud Run but encountered problems. CaptainCodeman advised that Cloud Run is unsuitable for Typesense and suggested using a container optimized VM.
Typesense Data Storage Issue with Cloud Run
Rizky inquired about data storage when Typesense is run on Cloud Run. Jason clarified that Typesense needs persistent data storage which Cloud Run doesn't offer.
Running Typesense in Docker Container on Windows 10
Christian had issues running Typesense in Docker due to an unrecognized data directory. Jason suggested a solution to fix the file path issue, which Christian successfully implemented using Windows Powershell.