changeset 33:0d1d1abe035e

return to link style compose
author smith@nwoca.org
date Tue, 19 Jan 2016 02:09:44 +0000
parents 46e876a745d5
children d8f906afd895
files compose/preview/usas.yml compose/preview/usps.yml
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/compose/preview/usas.yml	Tue Jan 19 01:46:26 2016 +0000
+++ b/compose/preview/usas.yml	Tue Jan 19 02:09:44 2016 +0000
@@ -2,7 +2,6 @@
 usasdb:
   restart: unless-stopped
   image: docker.ssdt.io/ssdt-postgres:2
-  hostname: database
   volumes:
     - ${PWD}/backup:/backup
   environment:
--- a/compose/preview/usps.yml	Tue Jan 19 01:46:26 2016 +0000
+++ b/compose/preview/usps.yml	Tue Jan 19 02:09:44 2016 +0000
@@ -2,7 +2,6 @@
 uspsdb:
   restart: unless-stopped
   image: docker.ssdt.io/ssdt-postgres:2
-  hostname: uspsdb
   volumes:
     - ${PWD}/backup:/backup
   environment:
@@ -15,7 +14,7 @@
   volumes:
     - ${PWD}/config:/config
   environment:
-    - DB_HOST=uspsdb
+    - DB_HOST=database
     - DB_NAME=uspsdb
     - DB_USER=usps
     - DB_PASS=uspsdefault