Get Fluxend up and running on your local machine in just a few minutes.
docker --version
, docker-compose --version
, make --version
, and git --version
in your terminal.
.env.example
file and make changes. Otherwise, just press Enter for defaults
Some of the values you might want to change are:
BASE_DOMAIN
It defaults to localhost
on porn :80
You can change to your real address once on serverJWT_SECRET
This must be changed to a different string of minimum 32 charactersSUPERUSER_USERNAME
Superuser’s usernameSUPERUSER_EMAIL
Superuser’s email addressSUPERUSER_PASSWORD
Superuser’s passwordContainer | Service | Description |
---|---|---|
🐘 fluxend_db | PostgreSQL | Application database |
🧠 fluxend_app | API Server | Backend engine |
🌐 fluxend_frontend | Frontend | Admin panel interface |
🚦 fluxend_traefik | Traefik | Reverse proxy for routing |
HTTP
locally. You can ignore this because SSL won’t work with localhost as domain. When you run this on an actual server, you can modify URL_SCHEME
in .env
file and change it to https
. Your SSL certificate is taken care of automatically