default grace period to aggressive with 10 sec

This commit is contained in:
cventastic
2022-09-08 01:09:50 +02:00
parent 460478c6a2
commit b693c45ddd

View File

@@ -23,6 +23,7 @@ services:
--authrpc.vhosts=*
--authrpc.jwtsecret=/jwtsecret
restart: unless-stopped
stop_grace_period: 1m
labels:
- "prometheus-scrape.enabled=true"
- "prometheus-scrape.port=6060"
@@ -74,6 +75,8 @@ services:
--execution-jwt /jwtsecret
--http
--http-address=0.0.0.0
restart: unless-stopped
stop_grace_period: 1m
networks:
- chains
labels: