Skip to content

Commit

Permalink
Fix server image (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
zklgame authored Jun 12, 2024
1 parent a7263a5 commit 5ea0f31
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/development-postgres-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ apiService:
writeTimeout: 60s
asyncServiceAddress: 0.0.0.0:8701
database:
sql:
processStore:
dbExtensionName: postgres
user: xcherry
password: xcherryio
databaseName: xcherry
connectAddr: postgres:5432
visibilityStore:
dbExtensionName: postgres
user: xcherry
password: xcherryio
Expand Down

0 comments on commit 5ea0f31

Please sign in to comment.