Created
August 3, 2016 09:23
-
-
Save jfornoff/567acb8a450e2889ac77bd9f34b78d90 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app: | |
build: . | |
volumes: | |
- /qgen/public | |
environment: | |
- RAILS_ENV=production | |
env_file: | |
- envfile.${ENV} | |
proxy: | |
build: ./proxy | |
links: | |
- app | |
expose: | |
- "80" | |
volumes_from: | |
- app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lb: | |
image: rancher/load-balancer-service | |
ports: | |
- 80:80 | |
external_links: | |
- ranchertest/proxy | |
labels: | |
io.rancher.loadbalancer.target.ranchertest/proxy: ranchertest.daetaapptest01.eur.ad.sag:80=80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lb: | |
scale: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment