Merge "Update zuul-executor shutdown handling"

This commit is contained in:
Zuul 2021-03-04 21:48:20 +00:00 committed by Gerrit Code Review
commit 8998ee96b2
1 changed files with 1 additions and 3 deletions

View File

@ -4,13 +4,11 @@ version: '2'
services:
executor:
restart: always
restart: on-failure
image: docker.io/zuul/zuul-executor:latest
network_mode: host
user: zuul
privileged: true
stop_signal: SIGHUP
stop_grace_period: 3h10m
volumes:
- /etc/zuul:/etc/zuul
- /opt/project-config:/opt/project-config