view pilot/import-usas.yml @ 172:65ad866531d3 hotfix/v1.2.1

USPSR-2856: create alias for apps in default network to allow integraation to use default network (instead of proxy, or other network)
author smith@nwoca.org
date Tue, 05 Sep 2017 20:11:35 +0100
parents de0771f14dd0
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}