feat: update to nextjs 15 and some more additions

This commit is contained in:
2024-12-26 19:17:29 +01:00
parent 70d60e53d1
commit b2eb8c9e74
21 changed files with 1834 additions and 357 deletions

View File

@@ -1,5 +1,3 @@
volumes:
psql:
services:
psql:
image: postgres
@@ -7,6 +5,6 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: dfsjhkdswkjntelsmldbfvsgknl5t
volumes:
- psql:/var/lib/postgresql/data
- ./psql:/var/lib/postgresql/data
ports:
- 5555:5432