Update PostgreSQL connection string in docker-compose (#482)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user