Skip to content

Instantly share code, notes, and snippets.

@hairyhenderson
Created November 4, 2016 00:06
Show Gist options
  • Save hairyhenderson/ae251efe6337dbdf52cf98811332a8f7 to your computer and use it in GitHub Desktop.
Save hairyhenderson/ae251efe6337dbdf52cf98811332a8f7 to your computer and use it in GitHub Desktop.
rancher:
image: rancher/server
restart: always
environment:
- CATTLE_DB_CATTLE_MYSQL_HOST=dave-rancher-db.c6rqbjezfojf.us-east-1.rds.amazonaws.com
- CATTLE_DB_CATTLE_MYSQL_PORT=3306
- CATTLE_DB_CATTLE_MYSQL_NAME=rancher
- CATTLE_DB_CATTLE_USERNAME=rancherdb
- CATTLE_DB_CATTLE_PASSWORD=rancherdb
ports:
- "8080:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment