Skip to content

AvinashGupta/apache-superset-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Superset dashboard

Introduction

This project provides a Docker Compose configuration for Apache Superset along with Redis and PostgreSQL containers. This setup enables users to embed Superset dashboards within external web applications using iframes.

Prerequisites

  • Docker installed on your system.

Setup

Install Docker: If Docker is not installed on your system, follow the steps below:

Setup Environment Variables:

  • Rename .env.sample to .env.
  • Update secret values inside .env.
  • Set environment variables with the following command:
$ source .env

Usage

Run Superset Locally:

Start the Docker container by running the following command:

$ docker compose up -d

Kill all local containers

$ docker rm -f $(docker ps -a -q)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published