annotate compose/sample/docker-compose.yml @ 182:efe9b783e4dc hotfix/v1.2.2

flow: Closed <hotfix> 'v1.2.2'.
author smith@nwoca.org
date Wed, 20 Sep 2017 16:19:18 +0100
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