
Deploy exquisite-growth
Self-hosted Dify LLM app platform with pgvector, Redis, and MinIO
Just deployed
/data
dify-sandbox
Just deployed
dify-plugin-daemon
Just deployed
/app/storage
dify-web
Just deployed
Just deployed
squid
Just deployed
dify-api
Just deployed
redis
Just deployed
/data
pgvector
Just deployed
/var/lib/postgresql/data
Deploy and Host exquisite-growth on Railway
exquisite-growth is a self-hosted deployment of Dify, the open-source LLM app development platform. It bundles everything Dify needs — API, web console, background worker, plugin daemon, code sandbox, Postgres with pgvector, Redis, MinIO object storage, and an egress proxy — into one Railway project.
About Hosting exquisite-growth
This template deploys nine services that work together out of the box. The Dify API and web console are exposed publicly, while pgvector (Postgres), Redis, MinIO, the plugin daemon, the code sandbox, and the Squid egress proxy communicate over Railway's private network. Databases are created automatically on first boot, secrets are generated for you, and persistent volumes are attached to Postgres, Redis, MinIO, and the plugin daemon — so a one-click deploy gives you a production-style Dify stack with no manual configuration.
Common Use Cases
- Build and run LLM apps, chatbots, and agentic workflows with Dify's visual editor
- Create RAG pipelines over your own documents using the built-in pgvector knowledge base
- Publish your AI apps as APIs or embeddable web apps backed by any major model provider
Dependencies for exquisite-growth Hosting
- PostgreSQL with the pgvector extension (bundled as the pgvector service)
- Redis, MinIO object storage, and a Squid egress proxy (all bundled)
- A model provider API key (OpenAI, Anthropic, etc.), added in Dify after deployment
Implementation Details
After deploying, open the dify-web service's public URL and create the initial admin account. Then add your model provider keys under Settings → Model Provider. The worker service runs background Celery jobs, dify-sandbox executes user code safely behind the squid proxy, and dify-plugin-daemon manages marketplace plugins.
Why Deploy exquisite-growth on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying exquisite-growth on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
Template Content
dify-sandbox
langgenius/dify-sandbox:0.2.15dify-plugin-daemon
langgenius/dify-plugin-daemon:0.6.3-localdify-web
langgenius/dify-web:1.16.0squid
ubuntu/squid:latestdify-api
langgenius/dify-api:1.16.0redis
redis:6-alpinepgvector
pgvector/pgvector:pg16