Mercurial > public > ssdt-docker
annotate compose/preview/import-usas.yml @ 123:48866e4ff8ff
DEP-12: fix env definitions
author | smith@nwoca.org |
---|---|
date | Sat, 06 May 2017 16:53:16 +0100 |
parents | 6f8a77d8d58d |
children | ddecbf87f5a7 |
rev | line source |
---|---|
94 | 1 usasimport: |
2 image: docker.ssdt.io/usas-import:preview | |
3 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} | |
4 links: | |
5 - usasdb: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} |