Superset with Psycopg2 library
859
Custom Apache Superset Docker image with PostgreSQL support and Redis caching configuration. Built on top of the official apache/superset:5.0.0 base image.
psycopg2-binarydocker run -d \
-p 8088:8088 \
-e SUPERSET_DATABASE_URI="postgresql://user:password@host:5432/database" \
--name superset \
andreidrang/psycopg-superset:5.0.2
docker run -d \
-p 8088:8088 \
-e SUPERSET_DATABASE_URI="postgresql://user:password@host:5432/database" \
-e CACHE_REDIS_HOST="redis-host" \
-e CACHE_REDIS_PORT="6379" \
-e CACHE_REDIS_DB="0" \
--name superset \
andreidrang/psycopg-superset:5.0.2
SUPERSET_DATABASE_URISUPERSET__SQLALCHEMY_DATABASE_URIDATABASE_URLCACHE_REDIS_HOST - Redis hostnameCACHE_REDIS_PORT - Redis port (default: 6379)CACHE_REDIS_DB - Redis database (default: 0)CACHE_REDIS_USER - Redis username (optional)CACHE_REDIS_PASSWORD - Redis password (optional)/app/superset_home/superset.dblatest - Most recent stable release5.0.2 - Specific version tagBuilt from official Apache Superset 5.0.0 with added PostgreSQL and Redis support.
Content type
Image
Digest
sha256:cc98e1bf1…
Size
315.4 MB
Last updated
8 months ago
docker pull andreidrang/psycopg-superset:6.0.1