WIP: container.yml
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 15 Jan 2017 03:40:38 +0000 (19:40 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 15 Jan 2017 03:40:38 +0000 (19:40 -0800)
ch13/ansible/container.yml

index 4fcfd4b..52dba0d 100644 (file)
@@ -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:
   #