view compose3/preview/import-usas.yml @ 117:912933cacd29

DEP-12: add experimental postgres-client to tomcat image
author smith@nwoca.org
date Fri, 28 Apr 2017 13:54:20 -0400
parents 40d81a3dd3cc
children cf5348287cf6
line wrap: on
line source
version: "2.1"
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}