mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Set stop_signal for worker to stop Horizon more correct
This commit is contained in:
parent
d2ed117d3f
commit
d372b9dee7
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ services:
|
||||||
container_name: "${DOCKER_ALL_CONTAINER_NAME_PREFIX}-worker"
|
container_name: "${DOCKER_ALL_CONTAINER_NAME_PREFIX}-worker"
|
||||||
command: gosu www-data php artisan horizon
|
command: gosu www-data php artisan horizon
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
stop_signal: SIGTERM
|
||||||
profiles:
|
profiles:
|
||||||
- ${DOCKER_WORKER_PROFILE:-}
|
- ${DOCKER_WORKER_PROFILE:-}
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue