mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Expose PostgreSQL in Matrix service
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
9400591cdc
commit
c5480f8efa
|
@ -602,6 +602,12 @@ in {
|
|||
};
|
||||
spec = {
|
||||
ports = [
|
||||
{
|
||||
name = "postgresql";
|
||||
port = 5432;
|
||||
protocol = "TCP";
|
||||
targetPort = 5432;
|
||||
}
|
||||
{
|
||||
name = "master-http";
|
||||
port = 6167;
|
||||
|
|
Loading…
Reference in a new issue