-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
PedroLageTavares edited this page Jun 29, 2026
·
6 revisions
- Copy env:
cp .env.example .env
- Set a strong
SECRET_KEYin.env(the default ischange-me). - Start:
docker compose -f docker-compose.public.yml up -d
- Open app:
http://localhost:8000
- Copy env:
cp .env.example .env
- Set a strong
SECRET_KEYand your externalDATABASE_URLin.env - Start:
docker compose -f docker-compose.external-db.yml up -d