Mercurial > public > ssdt-docker
view pilot/import-usas.yml @ 183:fc93880cda8d production hotfix/1.2.2
flow: Merged <hotfix> 'v1.2.2' to <master> ('production').
author | smith@nwoca.org |
---|---|
date | Wed, 20 Sep 2017 16:19:18 +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}