comparison pilot/import-usps.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 uspsimport:
4 image: docker.ssdt.io/usps-import:${USPS_TAG:-pilot}
5 command: -i ${IMP_IRN- } -u ${IMP_URL- } -r ${IMP_PATH- } ${IMP_ANON- } ${IMP_EM- }
6 depends_on:
7 - uspsdb
8 environment:
9 - DB_HOST=uspsdb
10 - DB_NAME=uspsdb
11 - DB_USER=usps
12 - DB_PASS=${USPS_DB_PASSWORD:-uspsdefault}
13