annotate compose/preview/usps.template.yml @ 47:a0283d218ff5

handle training instances with prefix in directory name. use docker-compose.yml as template instead of linking. set application property to reduce memory requirements
author smith@nwoca.org
date Thu, 04 Feb 2016 22:39:09 +0000
parents cea023cef5b2
children
rev   line source
24
cea023cef5b2 add usps preview compose files
smith@nwoca.org
parents:
diff changeset
1 uspsdb:
cea023cef5b2 add usps preview compose files
smith@nwoca.org
parents:
diff changeset
2 extends:
cea023cef5b2 add usps preview compose files
smith@nwoca.org
parents:
diff changeset
3 file: /ssdt/compose/preview/usps.yml
cea023cef5b2 add usps preview compose files
smith@nwoca.org
parents:
diff changeset
4 service: uspsdb
cea023cef5b2 add usps preview compose files
smith@nwoca.org
parents:
diff changeset
5 volumes:
cea023cef5b2 add usps preview compose files
smith@nwoca.org
parents:
diff changeset
6 - |volumeName|:/var/lib/postgresql/data
cea023cef5b2 add usps preview compose files
smith@nwoca.org
parents:
diff changeset
7 uspsapp:
cea023cef5b2 add usps preview compose files
smith@nwoca.org
parents:
diff changeset
8 extends:
cea023cef5b2 add usps preview compose files
smith@nwoca.org
parents:
diff changeset
9 file: /ssdt/compose/preview/usps.yml
cea023cef5b2 add usps preview compose files
smith@nwoca.org
parents:
diff changeset
10 service: uspsapp
cea023cef5b2 add usps preview compose files
smith@nwoca.org
parents:
diff changeset
11 links:
cea023cef5b2 add usps preview compose files
smith@nwoca.org
parents:
diff changeset
12 - uspsdb:database