Files
spring-cloud-consul/docker-compose.yml
Dave Syer 3912743d77 Update to docker-compose and consul UI
The UI got hosed by a grep/replace so mainly this reverts that change.
Plus describe getting started experience in terms of docker-compose.
2016-02-05 11:23:58 +00:00

13 lines
251 B
YAML

# Work in Progress
consul:
image: progrium/consul
volumes:
- /data
- /config
- ./src/test/resources/consul_ui:/ui
ports:
- "8400:8400"
- "8500:8500"
- "8600:8600"
command: -server -bootstrap -data-dir /data -ui-dir /ui