File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,15 @@ java -jar creekproducer/targecreekproducer-0.0.1-SNAPSHOT.jar
65
65
66
66
== Using Docker and Docker Compose
67
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
+
68
77
Build the docker images per Project:
69
78
70
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]
You can’t perform that action at this time.
0 commit comments