Skip to content

Instantly share code, notes, and snippets.

@lgazo
Created June 24, 2015 07:06
Show Gist options
  • Save lgazo/7486b52028086b6d852b to your computer and use it in GitHub Desktop.
Save lgazo/7486b52028086b6d852b to your computer and use it in GitHub Desktop.
docker compose seges nginx template
shopdata:
image: acme/shop-data
shopservice:
image: acme/shop
environment:
- SERVICE_NAME=shop
- SERVICE_TAGS=fancy,api
router:
image: seges/nginx-consul:1.9.0
volumes_from:
- shopdata
ports:
- 80:80
- 443:443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment