Mercurial > public > ssdt-docker
annotate compose2/preview/usas-template.yml @ 124:6943c7dd91f6
DEP-12: fix handling of of default vars and volumes
author | smith@nwoca.org |
---|---|
date | Sat, 06 May 2017 17:12:22 +0100 |
parents | 4875af3f3383 |
children |
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: |
122 | 5 file: /ssdt/compose2/preview/usxs-services.yml |
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: |
122 | 9 file: /ssdt/compose2/preview/usas-services.yml |
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 |
124
6943c7dd91f6
DEP-12: fix handling of of default vars and volumes
smith@nwoca.org
parents:
122
diff
changeset
|
13 volumes: |
6943c7dd91f6
DEP-12: fix handling of of default vars and volumes
smith@nwoca.org
parents:
122
diff
changeset
|
14 usasdata: |