blob: 3cca4fd9a3e9cd764c251abd8863865b113f7ed5 [file] [log] [blame]
Michael Kutý17649402016-03-19 23:57:43 +01001parameters:
2 docker:
3 compose:
4 container:
5 postgres:
6 restart: always
7 image: postgres:latest
8 volumes_from:
9 - memcached
10 ports:
11 - "5432:5432"