FreqAI training can take minutes to hours. Docker's default 10s grace
period causes SIGKILL mid-write, corrupting feather/pickle files.
Give freqtrade up to 30 minutes to finish training and flush data
before Docker sends SIGKILL.
dockerfile: Dockerfile
args:
optuna_version: 4.8.0
+ stop_grace_period: 1800s
restart: unless-stopped
container_name: freqtrade-ReforceXY
environment:
scikit_image_version: 0.26.0
ngboost_version: 0.5.10
catboost_version: 1.2.10
+ stop_grace_period: 1800s
restart: unless-stopped
container_name: freqtrade-quickadapter
environment: