comparison pilot/import-usps.yml @ 150:de0771f14dd0

DEP-12: change image tag to pilot
author smith@nwoca.org
date Wed, 19 Jul 2017 18:27:30 +0100
parents 790e72b5b2fe
children
comparison
equal deleted inserted replaced
149:ab4effbe8d43 150:de0771f14dd0
1 version: "3.3" 1 version: "3.3"
2 services: 2 services:
3 uspsimport: 3 uspsimport:
4 image: docker.ssdt.io/usps-import:${USPS_TAG:-preview} 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- } 5 command: -i ${IMP_IRN- } -u ${IMP_URL- } -r ${IMP_PATH- } ${IMP_ANON- } ${IMP_EM- }
6 depends_on: 6 depends_on:
7 - uspsdb 7 - uspsdb
8 environment: 8 environment:
9 - DB_HOST=uspsdb 9 - DB_HOST=uspsdb