Skip to content

Instantly share code, notes, and snippets.

@evanp
Created April 11, 2016 04:27
Show Gist options
  • Save evanp/caf8ca6be500afb762b096a261424707 to your computer and use it in GitHub Desktop.
Save evanp/caf8ca6be500afb762b096a261424707 to your computer and use it in GitHub Desktop.
auth:
autoredeploy: true
image: dockercloud/haproxy:latest
links:
- auth-svc
restart: on-failure
roles:
- global
tags:
- development
auth-svc:
autoredeploy: true
environment:
- AUTH_MAILER_KEY=***********
- AUTH_MAILER_SERVER=***********
- AUTH_PRIVILEGED_KEY=***********
- DRIVER=***********
- ENSURE_COUPON=***********
- ENSURE_USER=**********************
- PARAMS=***********
image: fuzzyio/auth:latest
links:
- api
- db
- mailer
tags:
- development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment