Mercurial > public > ssdt-docker
annotate compose/preview/debug.yml @ 83:5fae3adac2af
update ssdt-postgres base images in compose files
author | smith@nwoca.org |
---|---|
date | Tue, 30 Aug 2016 16:37:52 +0100 |
parents | aacc99e52f5e |
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} |