Publish cps-service port with docker compose
[cps.git] / docker-compose / README.md
index d23f033..619b0d4 100644 (file)
@@ -1,3 +1,7 @@
+# Docker Compose
+
+To run the application locally using `docker-compose`, execute following command from this `docker-compose` folder:
+
 ```bash
-VERSION=0.0.1-SNAPSHOT DB_HOST=localhost DB_USERNAME=cps DB_PASSWORD=cps docker-compose up
+VERSION=0.0.1-SNAPSHOT DB_HOST=dbpostgresql DB_USERNAME=cps DB_PASSWORD=cps docker-compose up
 ```
\ No newline at end of file