nadeeshamedagama/Adaptive Tasks K8s

Deploy the Task Management Platform (Spring Boot + Next.js + PostgreSQL) using Docker Compose

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
database-urlPostgreSQL JDBC connection URLnojdbc:postgresql://db:5432/taskmanager
database-usernamePostgreSQL usernamenotaskuser
database-passwordPostgreSQL passwordyes
jwt-secretJWT signing secret (min 64 hex chars)yes
jwt-expirationJWT token expiration in millisecondsno86400000
api-urlPublic API URL for the frontendnohttp://localhost:8080/api
backend-portPort to expose the backend onno8080
frontend-portPort to expose the frontend onno3000
namedescription
backend-urlURL of the running backend
frontend-urlURL of the running frontend
swagger-urlURL of the Swagger UI