Mercurial > public > ssdt-docker
comparison compose/preview/import-usps.yml @ 94:6f8a77d8d58d
DEP-12: update import compose files
author | smith@nwoca.org |
---|---|
date | Mon, 10 Apr 2017 18:19:07 +0100 |
parents | |
children | ddecbf87f5a7 |
comparison
equal
deleted
inserted
replaced
93:f6d96413673a | 94:6f8a77d8d58d |
---|---|
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} |