Mercurial > public > ssdt-docker
view compose3/preview/import-usps.yml @ 120:2e25338c847e
DEP-12: update integration vars
author | smith@nwoca.org |
---|---|
date | Fri, 05 May 2017 20:33:26 +0100 |
parents | 40d81a3dd3cc |
children | cf5348287cf6 |
line wrap: on
line source
version: "2.1" services: uspsimport: image: docker.ssdt.io/usps-import:preview command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM} environment: - DB_HOST=uspsdb - DB_NAME=uspsdb - DB_USER=usps - DB_PASS=${USPS_DB_PASSWORD:-uspsdefault}