Created
May 9, 2016 13:48
-
-
Save mbornoz/cf43e65e973bb65b02318e423e703d16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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