annotate compose3/preview/usxs-template.yml @ 135:03e39b95d904

DEP-12: convert to compose verison 3.1 (again)
author smith@nwoca.org
date Mon, 15 May 2017 21:33:24 +0100
parents compose2/preview/usxs-template.yml@660e009a2de7
children
rev   line source
135
03e39b95d904 DEP-12: convert to compose verison 3.1 (again)
smith@nwoca.org
parents: 126
diff changeset
1 version: "3.1"
85
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
2 services:
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
3 usasdb:
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
4 extends:
126
660e009a2de7 DEP-12: fix extend path
smith@nwoca.org
parents: 125
diff changeset
5 file: /ssdt/compose2/preview/usxs-services.yml
122
4875af3f3383 DEP-12: move to compose v2
smith@nwoca.org
parents: 121
diff changeset
6 service: usasdb-base
85
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
7 usasapp:
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
8 extends:
126
660e009a2de7 DEP-12: fix extend path
smith@nwoca.org
parents: 125
diff changeset
9 file: /ssdt/compose2/preview/usxs-services.yml
125
292f393122d4 DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents: 124
diff changeset
10 service: usasapp-base
119
0ede2dda7d99 DEP-12: move depends_on to template due to docker restrictions on extend
smith@nwoca.org
parents: 113
diff changeset
11 depends_on:
0ede2dda7d99 DEP-12: move depends_on to template due to docker restrictions on extend
smith@nwoca.org
parents: 113
diff changeset
12 - usasdb
125
292f393122d4 DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents: 124
diff changeset
13 uspsdb:
292f393122d4 DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents: 124
diff changeset
14 extends:
292f393122d4 DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents: 124
diff changeset
15 file: /ssdt/compose2/preview/usxs-services.yml
292f393122d4 DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents: 124
diff changeset
16 service: uspsdb-base
292f393122d4 DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents: 124
diff changeset
17 uspsapp:
292f393122d4 DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents: 124
diff changeset
18 extends:
292f393122d4 DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents: 124
diff changeset
19 file: /ssdt/compose2/preview/usxs-services.yml
292f393122d4 DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents: 124
diff changeset
20 service: uspsapp-base
292f393122d4 DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents: 124
diff changeset
21 depends_on:
292f393122d4 DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents: 124
diff changeset
22 - uspsdb
124
6943c7dd91f6 DEP-12: fix handling of of default vars and volumes
smith@nwoca.org
parents: 122
diff changeset
23 volumes:
6943c7dd91f6 DEP-12: fix handling of of default vars and volumes
smith@nwoca.org
parents: 122
diff changeset
24 usasdata:
125
292f393122d4 DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents: 124
diff changeset
25 uspsdata: