comparison compose3/preview/import-usas.yml @ 112:a2054815e873

complete merge
author smith@nwoca.org
date Mon, 24 Apr 2017 15:41:45 +0100
parents 950df79a9d65
children 40d81a3dd3cc
comparison
equal deleted inserted replaced
103:5e3cf6b7e331 112:a2054815e873
1 version: "3"
2 services:
3 usasimport:
4 image: docker.ssdt.io/usas-import:preview
5 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH}
6 environment:
7 - DB_HOST=usasdb
8 - DB_NAME=usasdb
9 - DB_USER=usas
10 - DB_PASS=${USAS_DB_PASSWORD:-usasdefault}