annotate compose3/preview/training.yml @ 110:950df79a9d65 feature/djs-DEP-12-docker

DEP-12: update password configuration
author smith@nwoca.org
date Mon, 24 Apr 2017 15:20:17 +0100
parents 6ca3e22d50e4
children 40d81a3dd3cc
rev   line source
110
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
1 version: "3"
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
2 services:
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
3 usasdb:
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
4 restart: unless-stopped
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
5 image: docker.ssdt.io/trainingdb-usas
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
6 environment:
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
7 - DB_NAME=usasdb
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
8 - DB_USER=usas
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
9 - DB_PASS=usasdefault
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
10 usasapp:
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
11 restart: unless-stopped
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
12 image: docker.ssdt.io/usas-app:preview
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
13 environment:
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
14 - DB_HOST=usasdb
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
15 - DB_NAME=usasdb
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
16 - DB_USER=usas
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
17 - DB_PASS=usasdefault
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
18 - JAVA_OPTS=-Xmx640m
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
19 uspsdb:
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
20 restart: unless-stopped
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
21 image: docker.ssdt.io/trainingdb-usps
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
22 environment:
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
23 - DB_NAME=uspsdb
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
24 - DB_USER=usps
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
25 - DB_PASS=uspsdefault
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
26 uspsapp:
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
27 restart: unless-stopped
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
28 image: docker.ssdt.io/usps-app:preview
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
29 environment:
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
30 - DB_HOST=uspsdb
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
31 - DB_NAME=uspsdb
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
32 - DB_USER=usps
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
33 - DB_PASS=uspsdefault
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
34 - JAVA_OPTS=-Xmx640m