Browse Source

docker-compose.yml: allow 5m to finish current build before force shutdown

Shiv Tyagi 2 tháng trước cách đây
mục cha
commit
860db7cd28
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

@@ -33,6 +33,7 @@ services:
       context: .
       dockerfile: ./builder/Dockerfile
     restart: always
+    stop_grace_period: 5m
     environment:
       CBS_REDIS_HOST: redis
       CBS_REDIS_PORT: 6379