skip to Main Content

problem connecting postgres docker compose

i have a project with 3 services 1-backend for golang project with groom db manager 2-db for postgres sql 3-redis for session manager i have this dockercompose file services: db: image: postgres:15.7 restart: always network_mode: bridge volumes: - ./db/table.sql:/docker-entrypoint-initdb.d/init.sql ports:…

VIEW QUESTION

Postgresql – Error: P1000: Authentication failed against database server at `localhost`, the provided database credentials for `postgres` are not valid

api git:(main) ✗ pnpm prisma migrate dev Environment variables loaded from .env Prisma schema loaded from prisma/schema.prisma Datasource "db": PostgreSQL database "postgres", schema "public" at "localhost:2010" Error: P1000: Authentication failed against database server at localhost, the provided database credentials for…

VIEW QUESTION
Back To Top
Search