annotate compose/preview/training.yml @ 39:297b56dfba19

add training compose file
author smith@nwoca.org
date Wed, 20 Jan 2016 20:15:49 +0000
parents cd482d0a46e8
children 809ba4a960bc
rev   line source
37
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
1 usasdb:
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
2 restart: unless-stopped
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
3 image: docker.ssdt.io/trainingdb-usas
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
4 environment:
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
5 - DB_NAME=usasdb
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
6 - DB_USER=usas
38
cd482d0a46e8 remove tab
smith@nwoca.org
parents: 37
diff changeset
7 - DB_PASS=usasdefault
37
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
8 usasapp:
39
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
9 restart: unless-stopped
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
10 image: docker.ssdt.io/usas-app:preview
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
11 volumes:
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
12 - ${PWD}/config:/config
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
13 environment:
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
14 - DB_HOST=usas-database
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
15 - DB_NAME=usasdb
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
16 - DB_USER=usas
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
17 - DB_PASS=usasdefault
37
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
18 links:
39
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
19 - usasdb:usas-database
37
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
20 uspsdb:
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
21 restart: unless-stopped
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
22 image: docker.ssdt.io/trainingdb-usps
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
23 environment:
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
24 - DB_NAME=uspsdb
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
25 - DB_USER=usps
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
26 - DB_PASS=uspsdefault
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
27 uspsapp:
39
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
28 restart: unless-stopped
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
29 image: docker.ssdt.io/usps-app:preview
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
30 volumes:
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
31 - ${PWD}/config:/config
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
32 environment:
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
33 - DB_HOST=usps-database
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
34 - DB_NAME=uspsdb
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
35 - DB_USER=usps
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
36 - DB_PASS=uspsdefault
37
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
37 links:
39
297b56dfba19 add training compose file
smith@nwoca.org
parents: 38
diff changeset
38 - uspsdb:usps-database
37
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
39