annotate compose/preview/import-usas.yml @ 105:ffc2bc12d491 production

Added tag v1.1.0 for changeset 60bb94387b7d
author smith@nwoca.org
date Tue, 11 Apr 2017 02:18:48 +0100
parents 6f8a77d8d58d
children ddecbf87f5a7
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
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
3 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH}
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 - usasdb:database
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
6 environment:
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
7 - DB_HOST=database
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
8 - DB_NAME=$${DATABASE_ENV_DB_NAME}
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
9 - DB_USER=$${DATABASE_ENV_DB_USER}
6f8a77d8d58d DEP-12: update import compose files
smith@nwoca.org
parents:
diff changeset
10 - DB_PASS=$${DATABASE_ENV_DB_PASS}