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.
- Host: GitHub
- URL: https://github.com/tsertkov/redash-docker
- Owner: tsertkov
- Created: 2020-02-19T15:55:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T16:19:28.000Z (over 5 years ago)
- Last Synced: 2025-02-01T23:41:44.789Z (4 months ago)
- Topics: docker-compose, redash
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```