Mercurial > public > ssdt-docker
comparison compose/preview/import.yml @ 90:63cb9be89a26 production v1.0.0
flow: Merged <release> 'v1.0.0' to <master> ('production').
author | smith@nwoca.org |
---|---|
date | Thu, 22 Sep 2016 01:49:20 +0100 |
parents | e5ba33051de7 |
children |
comparison
equal
deleted
inserted
replaced
1:44f401c902ba | 90:63cb9be89a26 |
---|---|
1 uspsimport: | |
2 image: docker.ssdt.io/usps-import:preview | |
3 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM} | |
4 links: | |
5 - uspsdb:database | |
6 environment: | |
7 - DB_HOST=database | |
8 - DB_NAME=$${DATABASE_ENV_DB_NAME} | |
9 - DB_USER=$${DATABASE_ENV_DB_USER} | |
10 - DB_PASS=$${DATABASE_ENV_DB_PASS} | |
11 usasimport: | |
12 image: docker.ssdt.io/usas-import:preview | |
13 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM} | |
14 links: | |
15 - usasdb:database | |
16 environment: | |
17 - DB_HOST=database | |
18 - DB_NAME=$${DATABASE_ENV_DB_NAME} | |
19 - DB_USER=$${DATABASE_ENV_DB_USER} | |
20 - DB_PASS=$${DATABASE_ENV_DB_PASS} |