An open API service indexing awesome lists of open source software.

https://github.com/tsertkov/redash-docker

Redash dockerized.
https://github.com/tsertkov/redash-docker

docker-compose redash

Last synced: about 2 months ago
JSON representation

Redash dockerized.

Awesome Lists containing this project

README

        

# Redash dockerized

The simplest way to run Redash.

See https://github.com/getredash/setup for default approach.

## Prerequisites

docker, docker-compose

## Install

Execute `./install.sh` and access redash at http://localhost.

## Usage

Run `docker-compose` normally.

## Uninstall

```bash
$ docker-compose down -v
$ rm dot-env
```