Isn't it weird that you can't build docker image without Redis and Postgres connection?

I’ve been building my own Docker image and encountered the problem that I have to have connection to Redis and Postgres to compile assets otherwise compilation fails.

This happens because of Emoji cache stored in Redis and ColorScheme stored in Postgres.
It’s obvious that cache could be disabled with no harm.
But how about ColorScheme? Is it required to recompile assets every time I change ColorScheme in the database?

1 Like

Only the CSS, and it does that automatically when you save it through the UI.

2 Likes