view compose/preview/import-usps.yml @ 196:d17fc18e3981 production

Added tag v1.3.0 for changeset 26bb64873bbe
author smith@nwoca.org
date Thu, 21 Sep 2017 17:14:47 +0100
parents ddecbf87f5a7
children
line wrap: on
line source
uspsimport:
  image: docker.ssdt.io/usps-import:preview
  command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM}
  links:
    - uspsdb:database
  environment:
    - DB_POOL_LEAKDETECTIONTHRESHOLD=0
    - DB_HOST=database
    - DB_NAME=$${DATABASE_ENV_DB_NAME}
    - DB_USER=$${DATABASE_ENV_DB_USER}
    - DB_PASS=$${DATABASE_ENV_DB_PASS}