Skip to content

Instantly share code, notes, and snippets.

@caligin
Created August 31, 2016 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caligin/6a9846db725aca97567831596a4fc13f to your computer and use it in GitHub Desktop.
Save caligin/6a9846db725aca97567831596a4fc13f to your computer and use it in GitHub Desktop.
version: "2"
services:
bastion:
image: caligin/shepherd_bastion
fip: <redacted>
links:
- app:shepherd
ports:
- "6022:22"
app:
image: caligin/shepherd_app
links:
- database:mysql
database:
image: caligin/shepherd_database
environment:
- MYSQL_ROOT_PASSWORD=<redacted>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment