Merge "Use HUP to stop gerrit in docker-compose"
This commit is contained in:
commit
049f167f5c
@ -5,6 +5,8 @@ services:
|
|||||||
image: {{ gerrit_container_image }}
|
image: {{ gerrit_container_image }}
|
||||||
network_mode: host
|
network_mode: host
|
||||||
user: gerrit
|
user: gerrit
|
||||||
|
stop_signal: SIGHUP
|
||||||
|
stop_grace_period: 5m
|
||||||
volumes:
|
volumes:
|
||||||
{% for volume in gerrit_container_volumes %}
|
{% for volume in gerrit_container_volumes %}
|
||||||
- {{ volume }}
|
- {{ volume }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user