view compose3/preview/import-usas.yml @ 110:950df79a9d65 feature/djs-DEP-12-docker

DEP-12: update password configuration
author smith@nwoca.org
date Mon, 24 Apr 2017 15:20:17 +0100
parents 6ca3e22d50e4
children 40d81a3dd3cc
line wrap: on
line source
version: "3"
services:
  usasimport:
    image: docker.ssdt.io/usas-import:preview
    command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH}
    environment:
      - DB_HOST=usasdb
      - DB_NAME=usasdb
      - DB_USER=usas
      - DB_PASS=${USAS_DB_PASSWORD:-usasdefault}