Hey @Richpuch, I stumbled across another issue that breaks images while redeploying kegbot today. If you set up your docker-compose to include:
KEGBOT_ENV: 'production' #instead of debug
I’ve found that this will change DEBUG mode to FALSE and 100% break the custom images that you upload. It is [mentioned in this thread] (Kegbot server issues when DEBUG = False) as well (with no way to fix it, but if you leave it as KEGBOT_ENV=‘debug’, it doesn’t mess with the images loading. Since you said yours sometime work, this may not be the issue, but I thought I’d post what I found in case others have this problem in the future.