view pilot/import-usps.yml @ 146:790e72b5b2fe

DEP-12: update image tags to use env variable
author smith@nwoca.org
date Mon, 10 Jul 2017 18:16:09 +0100
parents 75aa7005b544
children de0771f14dd0
line wrap: on
line source
version: "3.3"
services:
  uspsimport:
    image: docker.ssdt.io/usps-import:${USPS_TAG:-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}