view compose/preview/debug.yml @ 77:0f366721a499

add dockerfiles for testbench grid
author smith@nwoca.org
date Sat, 26 Mar 2016 15:34:28 +0100
parents aacc99e52f5e
children 5fae3adac2af
line wrap: on
line source
uspsdebug:
  image: docker.ssdt.io/ssdt-postgres:2
  command: /bin/bash
  links:
    - uspsdb:database
  environment:
    - DB_HOST=database
    - DB_NAME=$${DATABASE_ENV_DB_NAME}
    - DB_USER=$${DATABASE_ENV_DB_USER}
    - DB_PASS=$${DATABASE_ENV_DB_PASS}
usasdebug:
  image: docker.ssdt.io/ssdt-postgres:2
  command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM}
  links:
    - usasdb:database
  environment:
    - DB_HOST=database
    - DB_NAME=$${DATABASE_ENV_DB_NAME}
    - DB_USER=$${DATABASE_ENV_DB_USER}
    - DB_PASS=$${DATABASE_ENV_DB_PASS}