Mercurial > public > ssdt-docker
changeset 76:aacc99e52f5e
add debugging compose file
author | smith@nwoca.org |
---|---|
date | Wed, 23 Mar 2016 20:17:34 +0100 |
parents | aa2fd199ba56 |
children | 0f366721a499 |
files | compose/preview/debug.yml |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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}