Files
spring-cloud-stream/spring-cloud-stream-samples/docker-compose.yml
Dave Syer e81ed1eace 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.
2015-08-11 09:30:02 +01:00

5 lines
49 B
YAML

redis:
image: redis
ports:
- "6379:6379"