Docker compose has error

Hi @webInRoad , You are seeing these errors as you need to set the following environment variables to use our docker-compose files:

  • SECRET_KEY
  • DATABASE_PASSWORD
  • REDIS_PASSWORD

Please see Install with Docker compose // Baserow for more information on how to do this.

If using the dev environment you can just use ./dev.sh which will set these env vars for you.