Postgres complains about `Fatal: role root does not exist` when launching redash. Adding `POSTGRES_USER=postgres` to the env file fixes that. Maybe you want to add that to the setup ;)
Postgres complains about
Fatal: role root does not existwhen launching redash.Adding
POSTGRES_USER=postgresto the env file fixes that.Maybe you want to add that to the setup ;)