comparison 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
comparison
equal deleted inserted replaced
85:8f45c43ea7a4 106:bd1f900972ed
1 version: "2"
2 services:
3 usasdb:
4 restart: unless-stopped
5 image: docker.ssdt.io/ssdt-postgres:3
6 environment:
7 - DB_NAME=usasdb
8 - DB_USER=usas
9 - DB_PASS=usasdefault
10 usasapp:
11 restart: unless-stopped
12 image: docker.ssdt.io/usas-app:preview
13 environment:
14 - DB_HOST=usasdb
15 - DB_NAME=usasdb
16 - DB_USER=usas
17 - DB_PASS=usasdefault
18 - ORG_SSDT_OHIO_USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_SERVERHOST=uspsapp
19 - ORG_SSDT_OHIO_USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_SERVERDNSLOOKUP=true
20