# HG changeset patch # User smith@nwoca.org # Date 1472571472 -3600 # Node ID 5fae3adac2af2c8f9e17b09065f5f9314c65b62f # Parent b2deadc0cf1794f1fc5517f068892c14c301a683 update ssdt-postgres base images in compose files diff -r b2deadc0cf17 -r 5fae3adac2af compose/preview/debug.yml --- 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 diff -r b2deadc0cf17 -r 5fae3adac2af compose/preview/usas.yml --- 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: