Deploy Apache Superset + Postgres/Redis
Apache Superset BI with Postgres, Redis, and persistent volumes.
Just deployed
/var/lib/postgresql/data
superset
Just deployed
/app/superset_home
Redis
Just deployed
/data
Deploy and Host Apache Superset + Postgres/Redis on Railway
Self-hosted Apache Superset with private Postgres, Redis, and persistent home storage.
About Hosting Apache Superset + Postgres/Redis
superset: public BI UIpostgres: private PostgresRedis: private cache and Celery broker
Login is admin@example.com. The password is SUPERSET_ADMIN_PASSWORD on the superset service.
Common Use Cases
- Internal dashboards
- SQL lab
- Self-hosted BI
Dependencies for Apache Superset + Postgres/Redis Hosting
Postgres for metadata, Redis for cache and Celery, and a volume at /app/superset_home.
Deployment Dependencies
DATABASE_*: private PostgresREDIS_*: private RedisSUPERSET_ADMIN_PASSWORD: first-admin passwordRAILWAY_RUN_UID=0so the home volume is writable
After Deploy
- Open the public URL.
- Log in as
admin@example.com. - Copy
SUPERSET_ADMIN_PASSWORDfrom the superset service. - Change that password.
Why Deploy Apache Superset + Postgres/Redis on Railway
Railway hosts the UI, metadata database, and cache so you do not have to wire private networking and volumes by hand.
Template Content
PGDATA
PGPORT
POSTGRES_DB
POSTGRES_USER
SSL_CERT_DAYS
RAILWAY_DEPLOYMENT_DRAINING_SECONDS
superset
apache/superset:5.0.0-devRAILWAY_RUN_UID
Redis
redis:8.2