Align dockerization process with spring.io guides
(And with existing Spring Cloud projects.) Uses a maven plugin to build the image. It can be pushed manually, or else using -Ddocker.image.prefix=<path_to_repo>. Removes some of the hard-coded host names and stuff that came with the old version.
This commit is contained in:
4
spring-cloud-stream-samples/docker-compose.yml
Normal file
4
spring-cloud-stream-samples/docker-compose.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
redis:
|
||||
image: redis
|
||||
ports:
|
||||
- "6379:6379"
|
||||
Reference in New Issue
Block a user