annotate compose/preview/usas.template.yml @ 85:8f45c43ea7a4 feature/djs-DEP-12-docker

DEP-12: start upgrading scripts and compose files for RC and docker 1.12
author Dave Smith <smith@nwoca.org>
date Wed, 21 Sep 2016 19:00:41 -0400
parents 06461e89e3e5
children
rev   line source
22
06461e89e3e5 add usas template
Dave smith <smith@nwoca.org>
parents:
diff changeset
1 usasdb:
06461e89e3e5 add usas template
Dave smith <smith@nwoca.org>
parents:
diff changeset
2 extends:
06461e89e3e5 add usas template
Dave smith <smith@nwoca.org>
parents:
diff changeset
3 file: /ssdt/compose/preview/usas.yml
06461e89e3e5 add usas template
Dave smith <smith@nwoca.org>
parents:
diff changeset
4 service: usasdb
06461e89e3e5 add usas template
Dave smith <smith@nwoca.org>
parents:
diff changeset
5 volumes:
06461e89e3e5 add usas template
Dave smith <smith@nwoca.org>
parents:
diff changeset
6 - |volumeName|:/var/lib/postgresql/data
06461e89e3e5 add usas template
Dave smith <smith@nwoca.org>
parents:
diff changeset
7 usasapp:
06461e89e3e5 add usas template
Dave smith <smith@nwoca.org>
parents:
diff changeset
8 extends:
06461e89e3e5 add usas template
Dave smith <smith@nwoca.org>
parents:
diff changeset
9 file: /ssdt/compose/preview/usas.yml
06461e89e3e5 add usas template
Dave smith <smith@nwoca.org>
parents:
diff changeset
10 service: usasapp
06461e89e3e5 add usas template
Dave smith <smith@nwoca.org>
parents:
diff changeset
11 links:
06461e89e3e5 add usas template
Dave smith <smith@nwoca.org>
parents:
diff changeset
12 - usasdb:database