docs: add AGENTS.md for project guidance and development instructions
This commit is contained in:
@@ -48,7 +48,7 @@ Only run artisan commands inside "coolify" container when in development.
|
||||
#### Job System
|
||||
- Uses Laravel Horizon for queue management
|
||||
- Key jobs: `ApplicationDeploymentJob`, `ServerCheckJob`, `DatabaseBackupJob`
|
||||
- `ScheduledJobManager` and `ServerResourceManager` handle job scheduling
|
||||
- `ServerManagerJob` and `ServerConnectionCheckJob` handle job scheduling
|
||||
|
||||
#### Deployment Flow
|
||||
1. Git webhook triggers deployment
|
||||
@@ -85,4 +85,9 @@ Only run artisan commands inside "coolify" container when in development.
|
||||
### Deployment and Docker
|
||||
- Applications are deployed using Docker containers
|
||||
- Configuration generated dynamically based on application settings
|
||||
- Supports multiple deployment targets and proxy configurations
|
||||
- Supports multiple deployment targets and proxy configurations
|
||||
|
||||
## Cloud instance
|
||||
We have a cloud instance of Coolify, a hosted Coolify.
|
||||
This consists of 2 horizon worker servers.
|
||||
It has thousands of servers connected, thousands of users, so make sure develop features to that usecase.
|
Reference in New Issue
Block a user