annotate compose/preview/debug.yml @ 85:8f45c43ea7a4 feature/djs-DEP-12-docker

DEP-12: start upgrading scripts and compose files for RC and docker 1.12
author Dave Smith <smith@nwoca.org>
date Wed, 21 Sep 2016 19:00:41 -0400
parents 5fae3adac2af
children
rev   line source
76
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
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
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
3 command: /bin/bash
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
4 links:
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
5 - uspsdb:database
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
6 environment:
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
7 - DB_HOST=database
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
8 - DB_NAME=$${DATABASE_ENV_DB_NAME}
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
9 - DB_USER=$${DATABASE_ENV_DB_USER}
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
10 - DB_PASS=$${DATABASE_ENV_DB_PASS}
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
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
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
13 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM}
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
14 links:
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
15 - usasdb:database
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
16 environment:
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
17 - DB_HOST=database
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
18 - DB_NAME=$${DATABASE_ENV_DB_NAME}
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
19 - DB_USER=$${DATABASE_ENV_DB_USER}
aacc99e52f5e add debugging compose file
smith@nwoca.org
parents:
diff changeset
20 - DB_PASS=$${DATABASE_ENV_DB_PASS}