Remove Docker Compose configuration files and update deployment documentation for Coolify with Nixpacks

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 13:24:58 +02:00
parent da3ae822f6
commit fe32c32726
7 changed files with 192 additions and 529 deletions
+16
View File
@@ -58,6 +58,22 @@ flask --app app.main run --port 12016
pytest
```
## Default admin user
On first startup a default admin account is created:
| Field | Value |
| -------- | ------------------- |
| Email | `ai@allucanget.biz` |
| Password | `admin123` |
| Role | `admin` |
Override via environment variables `ADMIN_EMAIL` and `ADMIN_PASSWORD` before first run.
## Deployment
Deployed on [Coolify](https://coolify.io) using Nixpacks. See [docs/deployment/coolify.md](docs/deployment/coolify.md) for full instructions.
## Project Structure
```txt