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?
microscopic-queen-6171
05/02/2022, 12:35 PM
So it looks like the image is still there, it’s just not visible
f
fresh-football-47124
05/02/2022, 2:15 PM
did you set up s3 for file hosting?
f
future-teacher-7046
05/02/2022, 2:33 PM
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.