annotate compose2/preview/usps-template.yml @ 123:48866e4ff8ff

DEP-12: fix env definitions
author smith@nwoca.org
date Sat, 06 May 2017 16:53:16 +0100
parents 4875af3f3383
children 6943c7dd91f6
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"
110
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents:
diff changeset
2 services:
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents:
diff changeset
3 uspsdb:
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents:
diff changeset
4 extends:
122
4875af3f3383 DEP-12: move to compose v2
smith@nwoca.org
parents: 121
diff changeset
5 file: /ssdt/compose2/preview/usxs-services.yml
4875af3f3383 DEP-12: move to compose v2
smith@nwoca.org
parents: 121
diff changeset
6 service: uspsdb-base
110
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents:
diff changeset
7 uspsapp:
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents:
diff changeset
8 extends:
122
4875af3f3383 DEP-12: move to compose v2
smith@nwoca.org
parents: 121
diff changeset
9 file: /ssdt/compose2/preview/usxs-services.yml
4875af3f3383 DEP-12: move to compose v2
smith@nwoca.org
parents: 121
diff changeset
10 service: uspsapp-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 - uspsdb