cache: | |
tty: true | |
image: memcached | |
stdin_open: true | |
WebLB: | |
image: rancher/load-balancer-service | |
ports: | |
- 80:80 | |
links: | |
- web | |
tty: true | |
stdin_open: true | |
web: | |
tty: true | |
image: nginx | |
links: | |
- database | |
- cache | |
stdin_open: true | |
labels: | |
foo: 'bar' | |
database: | |
restart: 'no' | |
environment: | |
MYSQL_ROOT_PASSWORD: rootpass | |
tty: true | |
image: mysql | |
stdin_open: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment