Mercurial > public > ssdt-docker
view compose/preview/debug.yml @ 76:aacc99e52f5e
add debugging compose file
author | smith@nwoca.org |
---|---|
date | Wed, 23 Mar 2016 20:17:34 +0100 |
parents | |
children | 5fae3adac2af |
line wrap: on
line source
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}