Mercurial > public > ssdt-docker
view 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 |
line wrap: on
line source
uspsimport: image: docker.ssdt.io/usps-import:preview command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM} links: - uspsdb:database environment: - DB_HOST=database - DB_NAME=$${DATABASE_ENV_DB_NAME} - DB_USER=$${DATABASE_ENV_DB_USER} - DB_PASS=$${DATABASE_ENV_DB_PASS} usasimport: image: docker.ssdt.io/usas-import:preview command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM} links: - usasdb:database environment: - DB_HOST=database - DB_NAME=$${DATABASE_ENV_DB_NAME} - DB_USER=$${DATABASE_ENV_DB_USER} - DB_PASS=$${DATABASE_ENV_DB_PASS}