comparison compose/preview/import-usps.yml @ 140:73c0c04a44eb production v1.1.1

flow: Merged <hotfix> 'v1.1.1' to <master> ('production').
author smith@nwoca.org
date Fri, 16 Jun 2017 17:14:15 +0100
parents ddecbf87f5a7
children
comparison
equal deleted inserted replaced
105:ffc2bc12d491 140:73c0c04a44eb
2 image: docker.ssdt.io/usps-import:preview 2 image: docker.ssdt.io/usps-import:preview
3 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM} 3 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM}
4 links: 4 links:
5 - uspsdb:database 5 - uspsdb:database
6 environment: 6 environment:
7 - DB_POOL_LEAKDETECTIONTHRESHOLD=0
7 - DB_HOST=database 8 - DB_HOST=database
8 - DB_NAME=$${DATABASE_ENV_DB_NAME} 9 - DB_NAME=$${DATABASE_ENV_DB_NAME}
9 - DB_USER=$${DATABASE_ENV_DB_USER} 10 - DB_USER=$${DATABASE_ENV_DB_USER}
10 - DB_PASS=$${DATABASE_ENV_DB_PASS} 11 - DB_PASS=$${DATABASE_ENV_DB_PASS}