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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user