Mercurial > public > ssdt-docker
comparison compose/preview/import.yml @ 44:e5ba33051de7
add scripts and compose file for importing from server
author | Dave smith <smith@nwoca.org> |
---|---|
date | Wed, 27 Jan 2016 17:19:19 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
43:91363ee7b7a4 | 44:e5ba33051de7 |
---|---|
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} |