view prod/import-usas.yml @ 243:eaf69b3784f9 hotfix/v2.0.1

flow: Created branch 'hotfix/v2.0.1'.
author smith@nwoca.org
date Thu, 11 Jan 2018 18:26:24 +0000
parents b390c30aa6c6
children 9afc8cb478f6
line wrap: on
line source
version: "3.3"
services:
  usasimport:
    image: docker.ssdt.io/usas-import:${USAS_TAG:-prod}
    command: -i ${IMP_IRN- } -u ${IMP_URL- } -r ${IMP_PATH- }
    depends_on:
      - usasdb
    environment:
      - DB_HOST=usasdb
      - DB_NAME=usasdb
      - DB_USER=usas
      - DB_PASS=${USAS_DB_PASSWORD:-usasdefault}