Skip to content

Commit 5ea0f31

Browse files
authored
Fix server image (#127)
1 parent a7263a5 commit 5ea0f31

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

config/development-postgres-docker-compose.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ apiService:
99
writeTimeout: 60s
1010
asyncServiceAddress: 0.0.0.0:8701
1111
database:
12-
sql:
12+
processStore:
13+
dbExtensionName: postgres
14+
user: xcherry
15+
password: xcherryio
16+
databaseName: xcherry
17+
connectAddr: postgres:5432
18+
visibilityStore:
1319
dbExtensionName: postgres
1420
user: xcherry
1521
password: xcherryio

0 commit comments

Comments
 (0)