Mercurial > public > ssdt-docker
annotate compose/preview/import-usps.yml @ 155:570e192c21b4
DEP-12: fix permissions
author | Dave smith <smith@nwoca.org> |
---|---|
date | Fri, 21 Jul 2017 11:01:26 -0400 |
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} |