Mercurial > public > ssdt-docker
annotate compose/preview/import-usps.yml @ 231:83f3340fe2a1
fix exec mode
author | Dave smith <smith@nwoca.org> |
---|---|
date | Mon, 06 Nov 2017 10:34:54 -0500 |
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} |