Dockerfile based on BRT, test suite for module
This commit is contained in:
parent
398481abed
commit
ba9d082c94
22 changed files with 1007 additions and 0 deletions
5
root/usr/bin/run-postgresql-master
Executable file
5
root/usr/bin/run-postgresql-master
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
export ENABLE_REPLICATION=true
|
||||
|
||||
exec run-postgresql "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue