These should match the compose.yaml
output.
export GH_PAT=ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
export GH_ORG=javagrunt-com
export DATASOURCE_URL=jdbc:postgresql://localhost/postgres
export DATASOURCE_USERNAME=postgres
export DATASOURCE_PASSWORD=postgres
export REDIS_HOST=localhost
export REDIS_PORT=6379
Environment variables are required to run the application.
docker compose up -d
./mvnw spring-boot:run
or
./mvnw spring-boot:test-run