Mercurial > public > ssdt-docker
annotate compose/preview/import-usps.yml @ 223:04030a5e355a production v1.6.0
flow: Merged <release> 'v1.6.0' to <master> ('production').
author | smith@nwoca.org |
---|---|
date | Mon, 09 Oct 2017 17:22:23 +0100 |
parents | ddecbf87f5a7 |
children |
rev | line source |
---|---|
94 | 1 uspsimport: |
2 image: docker.ssdt.io/usps-import:preview | |
3 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM} | |
4 links: | |
5 - uspsdb:database | |
6 environment: | |
138
ddecbf87f5a7
DEP-12: increase usas import memory, disable leak detection in importer
smith@nwoca.org
parents:
94
diff
changeset
|
7 - DB_POOL_LEAKDETECTIONTHRESHOLD=0 |
94 | 8 - DB_HOST=database |
9 - DB_NAME=$${DATABASE_ENV_DB_NAME} | |
10 - DB_USER=$${DATABASE_ENV_DB_USER} | |
11 - DB_PASS=$${DATABASE_ENV_DB_PASS} |