Mercurial > public > ssdt-docker
annotate compose3/preview/import-usas.yml @ 117:912933cacd29
DEP-12: add experimental postgres-client to tomcat image
author | smith@nwoca.org |
---|---|
date | Fri, 28 Apr 2017 13:54:20 -0400 |
parents | 40d81a3dd3cc |
children | cf5348287cf6 |
rev | line source |
---|---|
113
40d81a3dd3cc
DEP-12: downgrade to 2.1 format to do missing extends feature in 3.0
smith@nwoca.org
parents:
110
diff
changeset
|
1 version: "2.1" |
108 | 2 services: |
3 usasimport: | |
4 image: docker.ssdt.io/usas-import:preview | |
5 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} | |
6 environment: | |
7 - DB_HOST=usasdb | |
8 - DB_NAME=usasdb | |
9 - DB_USER=usas | |
110 | 10 - DB_PASS=${USAS_DB_PASSWORD:-usasdefault} |