Mercurial > public > ssdt-docker
comparison compose3/preview/usas.yml @ 109:6ca3e22d50e4 feature/djs-DEP-12-docker
DEP-12: start conversion to v3
author | smith@nwoca.org |
---|---|
date | Fri, 21 Apr 2017 20:42:58 +0100 |
parents | compose2/preview/usas.yml@b2b23cdaabcd |
children | 950df79a9d65 |
comparison
equal
deleted
inserted
replaced
108:b2b23cdaabcd | 109:6ca3e22d50e4 |
---|---|
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 - USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_SERVERHOST=uspsapp | |
19 - USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_SERVERDNSLOOKUP=true | |
20 |