We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ae3e2 commit b8eca2eCopy full SHA for b8eca2e
README.adoc
@@ -65,6 +65,15 @@ java -jar creekproducer/targecreekproducer-0.0.1-SNAPSHOT.jar
65
66
== Using Docker and Docker Compose
67
68
+You can run the following script to build all the projects' docker images by running the following script:
69
+
70
+[source,bash]
71
+----
72
+./create-images.sh
73
74
75
+Or your can build each of the projects below independently as follows:
76
77
Build the docker images per Project:
78
79
[source,bash]
@@ -97,6 +106,8 @@ cd creekmeasurementrepositoryconsumer
97
106
./mvnw spring-boot:build-image -Dspring-boot.build-image.imageName=creek-storage
98
107
----
99
108
109
+=== Using docker-compose to launch the services.
110
100
111
Now, you can use the following `docker-compose.yml` file and execute:
101
112
102
113
[source,yaml]
0 commit comments