view prod/import-usps.yml @ 375:c3e22e61d5a1 release/v2.11.0

SW-263: Add update-workflows-app.sh script that can be scheduled to run and update workflows instances
author Marc Davis <davis@ssdt-ohio.org>
date Fri, 10 Sep 2021 07:44:18 -0400
parents b390c30aa6c6
children
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}