changeset 83:5fae3adac2af

update ssdt-postgres base images in compose files
author smith@nwoca.org
date Tue, 30 Aug 2016 16:37:52 +0100
parents b2deadc0cf17
children 36d4c33e43a3 b997ad087ac1
files compose/preview/debug.yml compose/preview/usas.yml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/compose/preview/debug.yml	Thu Aug 25 16:19:15 2016 +0100
+++ b/compose/preview/debug.yml	Tue Aug 30 16:37:52 2016 +0100
@@ -1,5 +1,5 @@
 uspsdebug:
-  image: docker.ssdt.io/ssdt-postgres:2
+  image: docker.ssdt.io/ssdt-postgres:3
   command: /bin/bash
   links:
     - uspsdb:database
@@ -9,7 +9,7 @@
     - DB_USER=$${DATABASE_ENV_DB_USER}
     - DB_PASS=$${DATABASE_ENV_DB_PASS}
 usasdebug:
-  image: docker.ssdt.io/ssdt-postgres:2
+  image: docker.ssdt.io/ssdt-postgres:3
   command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM}
   links:
     - usasdb:database
--- a/compose/preview/usas.yml	Thu Aug 25 16:19:15 2016 +0100
+++ b/compose/preview/usas.yml	Tue Aug 30 16:37:52 2016 +0100
@@ -1,7 +1,7 @@
 # base compose file for USAS preview release
 usasdb:
   restart: unless-stopped
-  image: docker.ssdt.io/ssdt-postgres:2
+  image: docker.ssdt.io/ssdt-postgres:3
   volumes:
     - ${PWD}/backup:/backup
   environment: