...
Code Block | ||
---|---|---|
| ||
VERSION=x.y.z-SNAPSHOTlatest DB_USERNAME=cps DB_PASSWORD=cps docker-compose up -d |
...
Set environment variables with relevant connection details which can be found in application.yml in dockercps-compose application/resources folder.
Running the project
...