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