Mercurial > public > ssdt-docker
annotate compose2/preview/usxs-template.yml @ 125:292f393122d4
DEP-12 consolidate template to correctly handle volumes
author | smith@nwoca.org |
---|---|
date | Sat, 06 May 2017 17:38:14 +0100 |
parents | compose2/preview/usas-template.yml@6943c7dd91f6 |
children | 660e009a2de7 |
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" |
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: |
125
292f393122d4
DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents:
124
diff
changeset
|
5 file: /ssdt/compose3/preview/usxs-services.yml |
122 | 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: |
125
292f393122d4
DEP-12 consolidate template to correctly handle volumes
smith@nwoca.org
parents:
124
diff
changeset
|
9 file: /ssdt/compose3/preview/usxs-services.yml |
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: |