Mercurial > public > ssdt-docker
annotate compose/preview/debug.yml @ 90:63cb9be89a26 production v1.0.0
flow: Merged <release> 'v1.0.0' to <master> ('production').
author | smith@nwoca.org |
---|---|
date | Thu, 22 Sep 2016 01:49:20 +0100 |
parents | 5fae3adac2af |
children |
rev | line source |
---|---|
76 | 1 uspsdebug: |
83
5fae3adac2af
update ssdt-postgres base images in compose files
smith@nwoca.org
parents:
76
diff
changeset
|
2 image: docker.ssdt.io/ssdt-postgres:3 |
76 | 3 command: /bin/bash |
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} | |
11 usasdebug: | |
83
5fae3adac2af
update ssdt-postgres base images in compose files
smith@nwoca.org
parents:
76
diff
changeset
|
12 image: docker.ssdt.io/ssdt-postgres:3 |
76 | 13 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM} |
14 links: | |
15 - usasdb:database | |
16 environment: | |
17 - DB_HOST=database | |
18 - DB_NAME=$${DATABASE_ENV_DB_NAME} | |
19 - DB_USER=$${DATABASE_ENV_DB_USER} | |
20 - DB_PASS=$${DATABASE_ENV_DB_PASS} |