reduced dev container overhead by accessing the db via dod instead of did

This commit is contained in:
2025-01-01 14:24:07 +00:00
parent ceab3db8b4
commit 97fe0e69d0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,4 +4,4 @@
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="postgresql://user:secret@localhost:5432/time_tracking_db?schema=public"
DATABASE_URL="postgresql://user:secret@host.docker.internal:5432/time_tracking_db?schema=public"