Caprover logo
Caprover one-click apps browser
Redash logo
Redash
Connect to any data source, easily visualize and share your data
Official integration
Created - Last update

Redash helps you make sense of your data. Connect and query your data sources, build dashboards to visualize data and share them with your company. **You will need access to your server via SSH to perform a command after deployment. This needs to be done only once.**

Deployed services
redash
custom
    5000
    13
    redash-scheduler
    custom
      4
      redash-scheduled-worker
      custom
        4
        redash-adhoc-worker
        custom
          4
          redash-queue
          redis:$$cap_REDIS_VERSION
            redash-db
            postgres:$$cap_POSTGRES_VERSION
            • redash-db:/var/lib/postgresql/data
            3
            Variables

            Application | Version

            Default: 10.1.0.b50633

            $$cap_REDASH_VERSION
            Redash version. Check out their valid tags at https://hub.docker.com/r/redash/redash/tags

            Application | Web Worker Count

            Default: 4

            $$cap_REDASH_WEB_WORKERS
            Amount of web workers.

            Application | Scheduler Worker Count

            Default: 1

            $$cap_REDASH_SCHEDULER_WORKERS
            Amount of workers for scheduler.

            Application | Scheduled Worker Count

            Default: 1

            $$cap_REDASH_SCHEDULED_WORKERS
            Amount of scheduled workers.

            Application | Ad-Hoc Worker Count

            Default: 2

            $$cap_REDASH_ADHOC_WORKERS
            Amount of ad-hoc workers.

            Application | Cookie Secret

            Default: $$cap_gen_random_hex(64)

            $$cap_REDASH_COOKIE_SECRET
            Secret for signing cookies.

            Application | Application Secret

            Default: $$cap_gen_random_hex(64)

            $$cap_REDASH_SECRET_KEY
            Secret for encrypting settings.

            Application | SMTP Host

            Default: undefined

            $$cap_REDASH_MAIL_SERVER
            SMTP server for system mail delivery. This is optional.

            Application | SMTP Port

            Default: 25

            $$cap_REDASH_MAIL_PORT
            SMTP port for system mail delivery.

            Application | SMTP Username

            Default: undefined

            $$cap_REDASH_MAIL_USERNAME
            SMTP user name for system mail delivery. This is optional.

            Application | SMTP Password

            Default: undefined

            $$cap_REDASH_MAIL_PASSWORD
            SMTP password for system mail delivery. This is optional.

            Application | SMTP Default Sender

            Default: undefined

            $$cap_REDASH_MAIL_DEFAULT_SENDER
            Mail address to send from. This is optional.

            Application | SMTP Use TLS

            Default: false

            $$cap_REDASH_MAIL_USE_TLS
            Whether to use TLS for system mail delivery through SMTP.

            Application | SMTP Use SSL

            Default: false

            $$cap_REDASH_MAIL_USE_SSL
            Whether to use SSL for system mail delivery through SMTP.

            Queue | Version

            Default: 7.0-alpine

            $$cap_REDIS_VERSION
            Redis version. Check out their valid tags at https://hub.docker.com/_/redis/tags

            Database | Version

            Default: 15.0-alpine

            $$cap_POSTGRES_VERSION
            PostgreSQL version. Check out their valid tags at https://hub.docker.com/_/postgres/tags

            Database | Name

            Default: redash

            $$cap_POSTGRES_DB
            Name of the PostgreSQL database.

            Database | User Name

            Default: redash

            $$cap_POSTGRES_USER
            Name of the PostgreSQL user.

            Database | User Password

            Default: $$cap_gen_random_hex(16)

            $$cap_POSTGRES_PASSWORD
            Password of the PostgreSQL user.
            © 2025, Built with Gatsby - Source code available on GitHub