Deploy Flowise
Deploy Flowise LLM workflows on Railway with the official Docker image.
Just deployed
Flowise for railway.app
Deploy Flowise on Railway using the official flowiseai/flowise image.
Environment
See Flowise environment variables. Persist flows by mounting a volume or setting storage-related env vars.
Local
docker build -t railwayapp-flowise .
docker run --rm -p 8080:8080 -e PORT=8080 railwayapp-flowise
Template Content