annotate compose/preview/import-usas.yml @ 156:2f794158e9e8

DEP-12: revert tomcat upgrade. add script manager
author smith@nwoca.org
date Mon, 31 Jul 2017 20:48:38 +0100
parents ddecbf87f5a7
children
rev   line source
94
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
1 usasimport:
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
2 image: docker.ssdt.io/usas-import:preview
138
ddecbf87f5a7 DEP-12: increase usas import memory, disable leak detection in importer
smith@nwoca.org
parents: 94
diff changeset
3 entrypoint:
ddecbf87f5a7 DEP-12: increase usas import memory, disable leak detection in importer
smith@nwoca.org
parents: 94
diff changeset
4 - java
ddecbf87f5a7 DEP-12: increase usas import memory, disable leak detection in importer
smith@nwoca.org
parents: 94
diff changeset
5 - -Xmx1600m
ddecbf87f5a7 DEP-12: increase usas import memory, disable leak detection in importer
smith@nwoca.org
parents: 94
diff changeset
6 - -XX:MaxMetaspaceSize=256m
ddecbf87f5a7 DEP-12: increase usas import memory, disable leak detection in importer
smith@nwoca.org
parents: 94
diff changeset
7 - -jar
ddecbf87f5a7 DEP-12: increase usas import memory, disable leak detection in importer
smith@nwoca.org
parents: 94
diff changeset
8 - /opt/import/usas-import.jar
94
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
9 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH}
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
10 links:
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
11 - usasdb:database
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
12 environment:
138
ddecbf87f5a7 DEP-12: increase usas import memory, disable leak detection in importer
smith@nwoca.org
parents: 94
diff changeset
13 - DB_POOL_LEAKDETECTIONTHRESHOLD=0
94
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
14 - DB_HOST=database
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
15 - DB_NAME=$${DATABASE_ENV_DB_NAME}
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
16 - DB_USER=$${DATABASE_ENV_DB_USER}
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
17 - DB_PASS=$${DATABASE_ENV_DB_PASS}