annotate compose/sample/docker-compose.yml @ 62:4f0dd7815e04

add docker and compose versions
author smith@nwoca.org
date Wed, 09 Mar 2016 01:29:56 +0000
parents cf23acedd048
children
rev   line source
10
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
1 data:
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
2 image: busybox
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
3 volumes:
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
4 - ${PWD}/dbdata:/var/lib/postgresql/data
c9a3e1f8d500 add sample compose file
smith@nwoca.org
parents:
diff changeset
5 - ${PWD}/config:/config
11
cf23acedd048 add backup volume to data container
smith@nwoca.org