Merge "Update zuul-executor shutdown handling"
This commit is contained in:
commit
8998ee96b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user