Hello, has anyone run typesense docker image with ...
# community-help
d
Hello, has anyone run typesense docker image with Cloud Run. Having trouble finding any information as I'm getting error "Cloud Run error: The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable" If I look deeper into logs, the error "Invalid configuration: Data directory is not specified Typesense" Is there a way to configure storage on a separate bucket?
k
AFAIK, you can't attach a disk to Cloud Run. It's meant for stateless services.
d
Got you, thanks