comparison 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
comparison
equal deleted inserted replaced
82:b2deadc0cf17 83:5fae3adac2af
1 uspsdebug: 1 uspsdebug:
2 image: docker.ssdt.io/ssdt-postgres:2 2 image: docker.ssdt.io/ssdt-postgres:3
3 command: /bin/bash 3 command: /bin/bash
4 links: 4 links:
5 - uspsdb:database 5 - uspsdb:database
6 environment: 6 environment:
7 - DB_HOST=database 7 - DB_HOST=database
8 - DB_NAME=$${DATABASE_ENV_DB_NAME} 8 - DB_NAME=$${DATABASE_ENV_DB_NAME}
9 - DB_USER=$${DATABASE_ENV_DB_USER} 9 - DB_USER=$${DATABASE_ENV_DB_USER}
10 - DB_PASS=$${DATABASE_ENV_DB_PASS} 10 - DB_PASS=$${DATABASE_ENV_DB_PASS}
11 usasdebug: 11 usasdebug:
12 image: docker.ssdt.io/ssdt-postgres:2 12 image: docker.ssdt.io/ssdt-postgres:3
13 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM} 13 command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM}
14 links: 14 links:
15 - usasdb:database 15 - usasdb:database
16 environment: 16 environment:
17 - DB_HOST=database 17 - DB_HOST=database