Merge "Update zuul-executor shutdown handling"
This commit is contained in:
commit
8998ee96b2
@ -4,13 +4,11 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
executor:
|
executor:
|
||||||
restart: always
|
restart: on-failure
|
||||||
image: docker.io/zuul/zuul-executor:latest
|
image: docker.io/zuul/zuul-executor:latest
|
||||||
network_mode: host
|
network_mode: host
|
||||||
user: zuul
|
user: zuul
|
||||||
privileged: true
|
privileged: true
|
||||||
stop_signal: SIGHUP
|
|
||||||
stop_grace_period: 3h10m
|
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/zuul:/etc/zuul
|
- /etc/zuul:/etc/zuul
|
||||||
- /opt/project-config:/opt/project-config
|
- /opt/project-config:/opt/project-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user