fadil369/BrainSAIT Action Container
Deploy and manage BrainSAIT healthcare AI services with automated infrastructure provisioning
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service-type | Type of BrainSAIT service to deploy (api, agent, pipeline, storage) | yes | api |
| environment | Deployment environment (development, staging, production) | yes | development |
| cloudflare-token | Cloudflare API token for tunnel management | no | — |
| domain | Custom domain for service deployment | no | brainsait.local |
| health-check-url | Health check endpoint for service monitoring | no | /health |
| docker-image | Docker image to deploy (defaults to BrainSAIT registry) | no | ghcr.io/fadil369/brainsait:latest |
| config-path | Path to service configuration file | no | ./config/service.yml |
| enable-monitoring | Enable service monitoring and alerting | no | true |
| language-support | Languages to support (arabic, english, both) | no | both |
| storage-volume | Persistent volume size for data storage | no | 10Gi |
Outputs
| name | description |
|---|---|
| service-url | Deployed service URL with Cloudflare tunnel |
| health-status | Service health check status |
| deployment-id | Unique deployment identifier |
| tunnel-id | Cloudflare tunnel ID (if applicable) |
| container-logs | Container deployment logs |
| monitoring-dashboard | URL to monitoring dashboard |