Mercurial > public > ssdt-docker
annotate compose3/preview/import-usps.yml @ 119:0ede2dda7d99
DEP-12: move depends_on to template due to docker restrictions on extend
author | smith@nwoca.org |
---|---|
date | Thu, 04 May 2017 19:22:28 +0100 |
parents | 40d81a3dd3cc |
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 | 2 services: |
3 uspsimport: | |
4 image: docker.ssdt.io/usps-import:preview | |
5 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM} | |
6 environment: | |
7 - DB_HOST=uspsdb | |
8 - DB_NAME=uspsdb | |
9 - DB_USER=usps | |
110 | 10 - DB_PASS=${USPS_DB_PASSWORD:-uspsdefault} |