comparison pilot/import-usps.yml @ 146:790e72b5b2fe

DEP-12: update image tags to use env variable
author smith@nwoca.org
date Mon, 10 Jul 2017 18:16:09 +0100
parents 75aa7005b544
children de0771f14dd0
comparison
equal deleted inserted replaced
145:75aa7005b544 146:790e72b5b2fe
1 version: "3.3" 1 version: "3.3"
2 services: 2 services:
3 uspsimport: 3 uspsimport:
4 image: docker.ssdt.io/usps-import:preview 4 image: docker.ssdt.io/usps-import:${USPS_TAG:-preview}
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