Merge "Docker image building and docker-compose for cps-nf-proxy"
[cps.git] / docker-compose / README.md
1 # Docker Compose
2
3 To run the application locally using `docker-compose`, execute following command from this `docker-compose` folder:
4
5 ```bash
6 VERSION=0.0.1-SNAPSHOT DB_HOST=dbpostgresql DB_USERNAME=cps DB_PASSWORD=cps docker-compose up
7 ```