Skip to content

Instantly share code, notes, and snippets.

@vpavlin
Last active August 29, 2015 14:19
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 vpavlin/c6a6dd54f4a5fa5d8819 to your computer and use it in GitHub Desktop.
Save vpavlin/c6a6dd54f4a5fa5d8819 to your computer and use it in GitHub Desktop.
---
specversion: 0.0.1-alpha
# 0.0.1-alpha requires:
# - Docker 1.6 or later
# - OpenShift3 0.4 or later
# - Atomic Host 7.1.1 or later
specversion: 0.0.1-alpha
id: wordpress-app
metadata:
name: "Wordpress App"
appversion": "0.0.1"
description": "Simple Wordpress App",
graph:
mariadb-app:
source: docker://vpavlin/mariadb-app
wordpress-app:
params:
name:
description: "Name given to a container when it's run"
default: wordpress
image:
description: "The image which containing the Wordpress itself"
default: vpavlin/wordpress
artifacts:
docker:
- file://graph/docker/label_run
openshift:
- file://graph/docker/wordpress-pod.json
- file://graph/docker/wordpress-service.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment