How do I connect payload cms to a postgresql database for local development using docker?
I am using docker to create the postgresql database. The installation guide isn't detailed enough for me unfortunately, maybe because I am new to docker, and I may be missing something. https://payloadcms.com/docs/production/deployment#docker This is my docker-compose.yml: version: '3' services: payload:…