mirror of
https://github.com/SrIzan10/stack.git
synced 2026-06-06 01:06:54 +00:00
feat: update to nextjs 15 and some more additions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user