annotate compose/preview/import-usps.yml @ 138:ddecbf87f5a7 hotfix/v1.1.1

DEP-12: increase usas import memory, disable leak detection in importer
author smith@nwoca.org
date Fri, 16 Jun 2017 16:54:47 +0100
parents 6f8a77d8d58d
children
rev   line source
94
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
1 uspsimport:
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
2 image: docker.ssdt.io/usps-import:preview
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
3 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM}
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
4 links:
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
5 - uspsdb:database
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
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
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
8 - DB_HOST=database
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
9 - DB_NAME=$${DATABASE_ENV_DB_NAME}
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
10 - DB_USER=$${DATABASE_ENV_DB_USER}
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
11 - DB_PASS=$${DATABASE_ENV_DB_PASS}