Document how to connect to postgres

This commit is contained in:
Janne Heß
2025-07-31 18:48:47 +02:00
committed by ahuston-0
parent 60876ef897
commit c396bc958f

View File

@@ -100,7 +100,7 @@ Have a look at the [Procfile](./Procfile) if you want to see how the processes a
conflicts with services that might be running on your host, hydra and postgress are started on custom ports: conflicts with services that might be running on your host, hydra and postgress are started on custom ports:
- hydra-server: 63333 with the username "alice" and the password "foobar" - hydra-server: 63333 with the username "alice" and the password "foobar"
- postgresql: 64444 - postgresql: 64444, can be connected to using `psql -p 64444 -h localhost hydra`
Note that this is only ever meant as an ad-hoc way of executing Hydra during development. Please make use of the Note that this is only ever meant as an ad-hoc way of executing Hydra during development. Please make use of the
NixOS module for actually running Hydra in production. NixOS module for actually running Hydra in production.