postgresql: update root docker-compose.yml
This commit is contained in:
parent
ba13b2f941
commit
d37e83cfd2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ services:
|
|||
ports:
|
||||
- '5432:5432'
|
||||
volumes:
|
||||
- 'postgresql_data:/bitnami/postgresql'
|
||||
- 'postgresql_data:/bitnami'
|
||||
|
||||
volumes:
|
||||
postgresql_data:
|
||||
|
|
|
|||
Loading…
Reference in New Issue