Running in Docker
Docker Compose configuration for running dFlow self-hosted with Traefik, MongoDB, Redis, and monitoring.
Running dFlow on Docker
To get fast, reliable, and secure deployment with none of the work or hidden costs that come with self-hosting, check out dFlow Cloud.
Below is the complete docker-compose.yml
file used to deploy the dFlow self-hosted platform.
This file defines all necessary services, networks, volumes, and environment variables for production-grade deployments.
- Traefik for reverse proxy and automatic SSL via Let's Encrypt.
- MongoDB for persistent data storage.
- Redis for caching and background jobs.
- Beszel for monitoring.
- Config Generator for dynamic proxy routing.
- Payload CMS app for the core dFlow platform.