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
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}