From f520061abc4ca5510b32eae1384d2672803be6c7 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 14 Jan 2017 19:33:54 -0800 Subject: [PATCH] WIP: container.yml --- ch13/ansible/container.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ch13/ansible/container.yml b/ch13/ansible/container.yml index d5c276b..4fcfd4b 100644 --- a/ch13/ansible/container.yml +++ b/ch13/ansible/container.yml @@ -1,5 +1,10 @@ version: "2" services: + nginx: + mezzanine: + image: ubuntu:xenial + memcached: + postgres: # Add your containers here, specifying the base image you want to build from # For example: # -- 2.44.0