comparison pilot/import-usas.yml @ 163:daf91a3bbee5 production v1.2.0

flow: Merged <release> 'v1.2.0' to <master> ('production').
author smith@nwoca.org
date Tue, 15 Aug 2017 21:59:23 +0100
parents de0771f14dd0
children
comparison
equal deleted inserted replaced
141:06611703da29 163:daf91a3bbee5
1 version: "3.3"
2 services:
3 usasimport:
4 image: docker.ssdt.io/usas-import:${USAS_TAG:-pilot}
5 command: -i ${IMP_IRN- } -u ${IMP_URL- } -r ${IMP_PATH- }
6 depends_on:
7 - usasdb
8 environment:
9 - DB_HOST=usasdb
10 - DB_NAME=usasdb
11 - DB_USER=usas
12 - DB_PASS=${USAS_DB_PASSWORD:-usasdefault}