annotate compose2/preview/import-usps.yml @ 108:b2b23cdaabcd feature/djs-DEP-12-docker

DEP-12: convert to v2.
author smith@nwoca.org
date Fri, 21 Apr 2017 20:42:18 +0100
parents
children
rev   line source
108
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
1 version: "2"
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 uspsimport:
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
4 image: docker.ssdt.io/usps-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} ${IMP_ANON} ${IMP_EM}
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=uspsdb
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
8 - DB_NAME=uspsdb
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
9 - DB_USER=usps
b2b23cdaabcd DEP-12: convert to v2.
smith@nwoca.org
parents:
diff changeset
10 - DB_PASS=uspsdefault