view compose/preview/debug.yml @ 78:3eaeb138e1ae

add default command
author smith@nwoca.org
date Sat, 26 Mar 2016 15:53:37 +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}