Give postgres plenty of time to shutdown cleanly
parent
44d2b25951
commit
76a50524a0
|
@ -21,6 +21,7 @@ services:
|
||||||
"-c", "max_wal_size=8GB"
|
"-c", "max_wal_size=8GB"
|
||||||
]
|
]
|
||||||
shm_size: '16gb'
|
shm_size: '16gb'
|
||||||
|
stop_grace_period: 24h
|
||||||
lister:
|
lister:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in New Issue