WIP: start testing with memcached
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 15 Jan 2017 04:13:55 +0000 (20:13 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 15 Jan 2017 04:14:17 +0000 (20:14 -0800)
ch13/ansible/container.yml

index 28e9a02..6cabc39 100644 (file)
@@ -1,18 +1,21 @@
 version: "2"
 services:
-  nginx:
-    image: nginx:1.11
-  mezzanine:
-    image: ubuntu:xenial
+  #  nginx:
+  #    image: nginx:1.11
+  #  mezzanine:
+  #    image: ubuntu:xenial
   memcached:
     image: ubuntu:xenial
     expose:
       - "11211"
-    command: [-m, 128]
+    ports:
+      - "11211:11211"
+    command: [-m, "128"]
     entrypoint: memcached
     user: daemon
-  postgres:
-    image: postgres:9.6
+
+  #  postgres:
+  #    image: postgres:9.6
   # Add your containers here, specifying the base image you want to build from
   # For example:
   #