view pilot/import-usas.yml @ 150:de0771f14dd0

DEP-12: change image tag to pilot
author smith@nwoca.org
date Wed, 19 Jul 2017 18:27:30 +0100
parents 790e72b5b2fe
children
line wrap: on
line source
version: "3.3"
services:
  usasimport:
    image: docker.ssdt.io/usas-import:${USAS_TAG:-pilot}
    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}