Hey team! We’re self hosting growthbook by running...
# announcements
m
Hey team! We’re self hosting growthbook by running the image on kubernetes with a separate Mongodb hosted on GCP. Everything works flawlessly except for one thing which is - every time we restart the docker container, all images uploaded to experiments get greyed out, and there’s only an image icon left. I will upload a photo so you can see how it looks - any ideas on what goes wrong?
So it looks like the image is still there, it’s just not visible
f
did you set up s3 for file hosting?
f
By default, images are stored in the
/usr/local/src/app/packages/back-end/uploads
directory. You can attach a volume there to persist uploads across container restarts. Or set environment variables to make it use S3 as the upload storage instead. We don't support Google cloud storage yet.
m
Thanks I’ll give it a try! [it worked]