view compose2/preview/usas.yml @ 106:bd1f900972ed feature/djs-DEP-12-docker

DEP-12: move V2 compose files to ../compose2 directory
author smith@nwoca.org
date Fri, 21 Apr 2017 17:16:35 +0100
parents compose/rc/usas.yml@8f45c43ea7a4
children b2b23cdaabcd
line wrap: on
line source
version: "2"
services:
  usasdb:
    restart: unless-stopped
    image: docker.ssdt.io/ssdt-postgres:3
    environment:
      - DB_NAME=usasdb
      - DB_USER=usas
      - DB_PASS=usasdefault
  usasapp:
    restart: unless-stopped
    image: docker.ssdt.io/usas-app:preview
    environment:
      - DB_HOST=usasdb
      - DB_NAME=usasdb
      - DB_USER=usas
      - DB_PASS=usasdefault
      - ORG_SSDT_OHIO_USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_SERVERHOST=uspsapp
      - ORG_SSDT_OHIO_USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_SERVERDNSLOOKUP=true