Mercurial > public > ssdt-docker
view 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 |
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}