annotate compose/preview/training.yml @ 77:0f366721a499

add dockerfiles for testbench grid
author smith@nwoca.org
date Sat, 26 Mar 2016 15:34:28 +0100
parents 809ba4a960bc
children
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