postgresql: update root docker-compose.yml

This commit is contained in:
Sameer Naik 2017-07-05 12:49:42 +05:30
parent ba13b2f941
commit d37e83cfd2
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ services:
ports:
- '5432'
volumes:
- 'postgresql_master_data:/bitnami/postgresql'
- 'postgresql_master_data:/bitnami'
environment:
- POSTGRESQL_REPLICATION_MODE=master
- POSTGRESQL_REPLICATION_USER=repl_user

View File

@ -8,7 +8,7 @@ services:
ports:
- '5432:5432'
volumes:
- 'postgresql_data:/bitnami/postgresql'
- 'postgresql_data:/bitnami'
volumes:
postgresql_data: