Mercurial > public > ssdt-docker
view compose2/preview/import-usps.yml @ 108:b2b23cdaabcd feature/djs-DEP-12-docker
DEP-12: convert to v2.
author | smith@nwoca.org |
---|---|
date | Fri, 21 Apr 2017 20:42:18 +0100 |
parents | |
children |
line wrap: on
line source
version: "2" 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=uspsdefault