- Use
mainas the release branch. - Open PRs from short-lived feature branches.
- Version is stored in
VERSIONwith formatYYYY.MM.x. - Any user-visible change must be reflected in
CHANGELOG.md.
docker compose -f compose.yml configdocker compose -f compose.yml up -d --build- Health check:
curl -fsS http://127.0.0.1:3334/health
- Never commit real secrets.
- Keep only templates in
.env.example. - Use local
.envfor runtime values.