07a4465260
Use custom ports so hydra and postgres can run in environments where the default ports are in use already.
5 lines
121 B
Bash
Executable file
5 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
|
|
initdb ./.hydra-data/postgres
|
|
exec postgres -D ./.hydra-data/postgres -k $(pwd)/.hydra-data/postgres -p 64444
|