Set new nextcloud/gitea database volumes

This changed because of a migration from postgresql 12 -> 13. Future
versions should probably be named with the database version appended,
rather than "new", but for now this is how the system is set up.
pull/25/head
Tristan Daniël Maat 2021-01-19 01:00:31 +00:00
parent d8b479ddf7
commit ce1a3fc3c1
Signed by: tlater
GPG Key ID: 49670FD774E43268
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
POSTGRES_PASSWORD = "/qNDDK9WCMuubfA7D8DFwfl9T+Gy2IMDvPhiNpcxZjY=";
};
volumes = [
"gitea-db-data:/var/lib/postgresql/data"
"gitea-db-data-new:/var/lib/postgresql/data"
];
networks = [
"gitea"

View File

@ -66,7 +66,7 @@
POSTGRES_PASSWORD = "rI7t7Nek1yGA9ucrRc7Uhy0jcjwPjnXa8me4o8tJON8=";
};
volumes = [
"nextcloud-db-data:/var/lib/postgresql/data"
"nextcloud-db-data-new:/var/lib/postgresql/data"
];
networks = [
"nextcloud"