annotate compose2/preview/training.yml @ 122:4875af3f3383

DEP-12: move to compose v2
author smith@nwoca.org
date Sat, 06 May 2017 16:45:08 +0100
parents compose3/preview/training.yml@40d81a3dd3cc
children 6943c7dd91f6
rev   line source
113
40d81a3dd3cc DEP-12: downgrade to 2.1 format to do missing extends feature in 3.0
smith@nwoca.org
parents: 110
diff changeset
1 version: "2.1"
110
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