nadeeshamedagama/Task Management Platform Deploy
Deploy the Task Management Platform (Spring Boot + Next.js + PostgreSQL) using Docker Compose
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| database-url | PostgreSQL JDBC connection URL | no | jdbc:postgresql://db:5432/taskmanager |
| database-username | PostgreSQL username | no | taskuser |
| database-password | PostgreSQL password | yes | — |
| jwt-secret | JWT signing secret (min 64 hex chars) | yes | — |
| jwt-expiration | JWT token expiration in milliseconds | no | 86400000 |
| api-url | Public API URL for the frontend | no | http://localhost:8080/api |
| backend-port | Port to expose the backend on | no | 8080 |
| frontend-port | Port to expose the frontend on | no | 3000 |
Outputs
| name | description |
|---|---|
| backend-url | URL of the running backend |
| frontend-url | URL of the running frontend |
| swagger-url | URL of the Swagger UI |