# HG changeset patch # User smith@nwoca.org # Date 1458760654 -3600 # Node ID aacc99e52f5e5a36eaea33ff3975018c438e13b0 # Parent aa2fd199ba566da8bed2d5fd52be92e1448b3f5c add debugging compose file diff -r aa2fd199ba56 -r aacc99e52f5e compose/preview/debug.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compose/preview/debug.yml Wed Mar 23 20:17:34 2016 +0100 @@ -0,0 +1,20 @@ +uspsdebug: + image: docker.ssdt.io/ssdt-postgres:2 + command: /bin/bash + links: + - uspsdb:database + environment: + - DB_HOST=database + - DB_NAME=$${DATABASE_ENV_DB_NAME} + - DB_USER=$${DATABASE_ENV_DB_USER} + - DB_PASS=$${DATABASE_ENV_DB_PASS} +usasdebug: + image: docker.ssdt.io/ssdt-postgres:2 + command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM} + links: + - usasdb:database + environment: + - DB_HOST=database + - DB_NAME=$${DATABASE_ENV_DB_NAME} + - DB_USER=$${DATABASE_ENV_DB_USER} + - DB_PASS=$${DATABASE_ENV_DB_PASS}