postgres: Upgrade to version 14

pull/55/head
Tristan Daniël Maat 2022-01-18 18:46:37 +00:00
parent b6f39969cc
commit c019187b37
Signed by: tlater
GPG Key ID: 49670FD774E43268
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
POSTGRES_DB = "gitea";
POSTGRES_USER = "gitea";
};
volumes = [ "gitea-db-data:/var/lib/postgresql/data" ];
volumes = [ "gitea-postgres-14:/var/lib/postgresql/data" ];
};
};
};

View File

@ -48,7 +48,7 @@
POSTGRES_DB = "nextcloud";
POSTGRES_USER = "nextcloud";
};
volumes = [ "nextcloud-db-data:/var/lib/postgresql/data" ];
volumes = [ "nextcloud-postgres-14:/var/lib/postgresql/data" ];
};
};
};