annotate compose3/preview/import-usas.yml @ 113:40d81a3dd3cc

DEP-12: downgrade to 2.1 format to do missing extends feature in 3.0
author smith@nwoca.org
date Mon, 24 Apr 2017 16:10:57 +0100
parents 950df79a9d65
children cf5348287cf6
rev   line source
113
40d81a3dd3cc DEP-12: downgrade to 2.1 format to do missing extends feature in 3.0
smith@nwoca.org
parents: 110
diff changeset
1 version: "2.1"
108
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
2 services:
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
3 usasimport:
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
4 image: docker.ssdt.io/usas-import:preview
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
5 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH}
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
6 environment:
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
7 - DB_HOST=usasdb
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
8 - DB_NAME=usasdb
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
9 - DB_USER=usas
110
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
10 - DB_PASS=${USAS_DB_PASSWORD:-usasdefault}