Mercurial > public > ssdt-docker
comparison compose2/preview/import-usps.yml @ 108:b2b23cdaabcd feature/djs-DEP-12-docker
DEP-12: convert to v2.
author | smith@nwoca.org |
---|---|
date | Fri, 21 Apr 2017 20:42:18 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
107:dc3696525de4 | 108:b2b23cdaabcd |
---|---|
1 version: "2" | |
2 services: | |
3 uspsimport: | |
4 image: docker.ssdt.io/usps-import:preview | |
5 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM} | |
6 environment: | |
7 - DB_HOST=uspsdb | |
8 - DB_NAME=uspsdb | |
9 - DB_USER=usps | |
10 - DB_PASS=uspsdefault |