changeset 127:b1296e800108

DEP-12: update postgres image
author smith@nwoca.org
date Sat, 06 May 2017 19:05:39 +0100
parents 660e009a2de7
children c39100a00b5c
files compose2/preview/usxs-services.yml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/compose2/preview/usxs-services.yml	Sat May 06 17:40:40 2017 +0100
+++ b/compose2/preview/usxs-services.yml	Sat May 06 19:05:39 2017 +0100
@@ -3,7 +3,7 @@
 services:
   usasdb-base:
     restart: unless-stopped
-    image: docker.ssdt.io/ssdt-postgres:3
+    image: docker.ssdt.io/ssdt-postgres:4
     volumes:
       - usasdata:/var/lib/postgresql/data
     environment:
@@ -32,7 +32,7 @@
       - DB_PASS=${USAS_DB_PASSWORD:-usasdefault}
   uspsdb-base:
     restart: unless-stopped
-    image: docker.ssdt.io/ssdt-postgres:3
+    image: docker.ssdt.io/ssdt-postgres:4
     volumes:
       - uspsdata:/var/lib/postgresql/data
     environment: