Update PostgreSQL connection string in docker-compose (#482)

This commit is contained in:
Jedd Morgan
2026-01-07 15:54:26 +00:00
committed by GitHub
parent 6297943fe1
commit 0fe1af8e75
+1 -4
View File
@@ -97,10 +97,7 @@ services:
STRATEGY_LOCAL: "true" STRATEGY_LOCAL: "true"
POSTGRES_URL: "postgres" POSTGRES_URL: 'postgres://speckle:speckle@postgres:5432/speckle'
POSTGRES_USER: "speckle"
POSTGRES_PASSWORD: "speckle"
POSTGRES_DB: "speckle"
ENABLE_MP: "false" ENABLE_MP: "false"
LOG_PRETTY: "true" LOG_PRETTY: "true"