Use custom ports for postgres/hydra

Use custom ports so hydra and postgres can run in environments where
the default ports are in use already.
This commit is contained in:
Tobias Pflug
2020-05-14 11:49:29 +02:00
parent eb06a435ab
commit 07a4465260
6 changed files with 14 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
initdb ./.hydra-data/postgres
exec postgres -D ./.hydra-data/postgres -k $(pwd)/.hydra-data/postgres
exec postgres -D ./.hydra-data/postgres -k $(pwd)/.hydra-data/postgres -p 64444