Skip to content

Instantly share code, notes, and snippets.

@patocox
Created March 30, 2015 17:56
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 patocox/e7b7b37544910cd439c3 to your computer and use it in GitHub Desktop.
Save patocox/e7b7b37544910cd439c3 to your computer and use it in GitHub Desktop.
test
---
name: PatWordpress
description: ''
keywords: ''
type: Default
documentation: |2+
images:
- name: DB
source: centurylink/mysql:5.5
category: DB Tier
type: mysql
ports:
- host_port: 3306
container_port: 3306
environment:
- variable: MYSQL_ROOT_PASSWORD
value: pass@word01
- name: WP
source: centurylink/wordpress:3.9.1
category: Web Tier
type: wordpress
ports:
- host_port: 8080
container_port: 80
links:
- service: DB
alias: DB_1
environment:
- variable: DB_PASSWORD
value: pass@word01
- variable: DB_NAME
value: wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment