feat(postgres): add postgres docker script

This commit is contained in:
Valentinas Straigis
2024-04-09 15:45:41 +03:00
parent be30ec414f
commit d8ed498d7d
2 changed files with 31 additions and 3 deletions

View File

@ -1,3 +1,3 @@
PAYLOAD_SECRET=jawliejfilwajefSEANlawefawfewag349jwgo3gj4w
MONGODB_URI=mongodb://127.0.0.1:27017/next-payload-3
POSTGRES_URI=postgres://127.0.0.1:5432/next-payload-3
PAYLOAD_SECRET='jawliejfilwajefSEANlawefawfewag349jwgo3gj4w'
MONGODB_URI='mongodb://127.0.0.1:27017/next-payload-3'
POSTGRES_URI='postgresql://postgres:password123@127.0.0.1:5432/next-payload-3'