Files
th/2014_09_26_Goldmann_Docker/demos/07-fig/fig.yml
2014-09-30 11:12:22 +02:00

9 lines
115 B
YAML

node:
image: wildfly-cluster-app
links:
- lb:lb
lb:
image: wildfly-cluster-httpd
ports:
- "9090:80"