view prod/import-usps.yml @ 362:91d530304bbf

adding and updating testbench information
author aldrich@ssdt-ohio.org
date Wed, 09 Sep 2020 17:04:53 +0100
parents b390c30aa6c6
children 9afc8cb478f6
line wrap: on
line source
version: "3.3"
services:
  uspsimport:
    image: docker.ssdt.io/usps-import:${USPS_TAG:-prod}
    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}