comparison pilot/import-usas.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 usasimport: 3 usasimport:
4 image: docker.ssdt.io/usas-import:preview 4 image: docker.ssdt.io/usas-import:${USAS_TAG:-preview}
5 command: -i ${IMP_IRN- } -u ${IMP_URL- } -r ${IMP_PATH- } 5 command: -i ${IMP_IRN- } -u ${IMP_URL- } -r ${IMP_PATH- }
6 depends_on: 6 depends_on:
7 - usasdb 7 - usasdb
8 environment: 8 environment:
9 - DB_HOST=usasdb 9 - DB_HOST=usasdb