annotate compose/preview/training.yml @ 37:4cdd20de8b38

add training compose file
author smith@nwoca.org
date Wed, 20 Jan 2016 18:57:56 +0000
parents
children cd482d0a46e8
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
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
7 - DB_PASS=usasdefault
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
8 usasapp:
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
9 extends:
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
10 file: /ssdt/compose/preview/usas.yml
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
11 service: usasapp
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
12 links:
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
13 - usasdb:database
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
14 uspsdb:
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
15 restart: unless-stopped
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
16 image: docker.ssdt.io/trainingdb-usps
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
17 environment:
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
18 - DB_NAME=uspsdb
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
19 - DB_USER=usps
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
20 - DB_PASS=uspsdefault
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
21 uspsapp:
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
22 extends:
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
23 file: /ssdt/compose/preview/usps.yml
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
24 service: uspsapp
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
25 links:
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
26 - uspsdb:database
4cdd20de8b38 add training compose file
smith@nwoca.org
parents:
diff changeset
27