Skip to content

Commit

Permalink
Update uffizzi postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
edlouth committed Aug 17, 2023
1 parent c4e686c commit 9929f3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.uffizzi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ services:
- POSTGRES_DB=grai
ports:
- 5432:5432
command:
[
"postgres",
"-c",
"wal_level=logical",
"-c",
"max_replication_slots=10",
"-c",
"max_wal_senders=5",
]

frontend:
image: "${FRONTEND_IMAGE}"
Expand Down

0 comments on commit 9929f3e

Please sign in to comment.