Comment:
No need to set DB_HOST variable when running 'docker-compose up' because it is fixed based on container name defined in the docekr-compose file
...
Code Block
language
bash
VERSION=x.y.z-SNAPSHOT DB_HOST=dbpostgresql DB_USERNAME=cps DB_PASSWORD=cps docker-compose up -d