annotate compose3/preview/import-usps.yml @ 110:950df79a9d65
feature/djs-DEP-12-docker
DEP-12: update password configuration
author |
smith@nwoca.org |
date |
Mon, 24 Apr 2017 15:20:17 +0100 |
parents |
6ca3e22d50e4 |
children |
40d81a3dd3cc |
rev |
line source |
110
|
1 version: "3"
|
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} |