chore(ci): add gitea actions runner compose setup

This commit is contained in:
2026-02-11 12:25:57 +01:00
parent 516b773012
commit 334a5e3526
4 changed files with 26 additions and 0 deletions

View File

@@ -119,12 +119,20 @@ Environment examples:
- `.env.staging.example`
- `.env.production.example`
- `.env.gitea-runner.example`
Notes:
- `dev` remains your local non-docker Bun workflow.
- Staging and production compose files are templates and still require real secrets, registry strategy, and deployment host wiring.
Gitea Actions runner compose (self-hosted):
```bash
cp .env.gitea-runner.example .env.gitea-runner
docker compose --env-file .env.gitea-runner -f docker-compose.gitea-runner.yml up -d
```
## Changelog
- Changelog file: `CHANGELOG.md`