view compose3/preview/import-usps.yml @ 115:151bd88f6c56

DEP-12: update tomcat version and ms fonts installer
author smith@nwoca.org
date Thu, 27 Apr 2017 20:57:22 +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}