Skip to content

Instantly share code, notes, and snippets.

@mbornoz
Created May 9, 2016 13:48
Show Gist options
  • Save mbornoz/cf43e65e973bb65b02318e423e703d16 to your computer and use it in GitHub Desktop.
Save mbornoz/cf43e65e973bb65b02318e423e703d16 to your computer and use it in GitHub Desktop.
postgresql-master:
image: postgres:9.5.2
volumes:
- /var/lib/postgresql/data
postgresql-master-conf:
image: camptocamp/postgres-master-conf:9.5-1
environment:
MAX_WAL_SENDERS: 20
MAX_REPLICATION_SLOTS: 20
WAL_KEEP_SEGMENTS: 10
volumes_from:
- postgresql-master
postgresql-slave:
image: camptocamp/postgres-slave:9.5-5
links:
- postgresql-master:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment