postgres: Upgrade to version 14 #55

Manually merged
tlater merged 1 commit from tlater/upgrade-postgres into master 2022-01-18 18:57:08 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c019187b37 - Show all commits

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" ];
};
};
};