docs: update Docker Compose instructions and add development configuration

This commit is contained in:
Space-Banane
2026-05-22 22:07:48 +02:00
parent 7b63ecd536
commit b32bf9eb82
4 changed files with 57 additions and 264 deletions

View File

@@ -69,7 +69,11 @@ uvicorn gitea_codex_bot.main:app --host 0.0.0.0 --port 8000
## Docker Compose
```bash
docker compose up --build
# Local dev image build
docker compose -f docker-compose.dev.yml up --build
# Published image
docker compose up
```
## CI