Mercurial > public > ssdt-docker
view compose3/preview/import-usps.yml @ 142:923c2b21fac7
flow: Merged <hotfix> 'v1.1.1' to <develop> ('default').
author | smith@nwoca.org |
---|---|
date | Fri, 16 Jun 2017 17:14:16 +0100 |
parents | 72f15ffc9ad2 |
children |
line wrap: on
line source
version: "3.1" services: uspsimport: image: docker.ssdt.io/usps-import:preview command: -i ${IMP_IRN- } -u ${IMP_URL- } -r ${IMP_PATH- } ${IMP_ANON- } ${IMP_EM- } depends_on: - uspsdb environment: - DB_HOST=uspsdb - DB_NAME=uspsdb - DB_USER=usps - DB_PASS=${USPS_DB_PASSWORD:-uspsdefault}