mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
ci: kill docker containers with SIGABRT to debug long shutdown
This commit is contained in:
parent
00a854540e
commit
e9f43cd8c3
2 changed files with 5 additions and 0 deletions
|
@ -17,11 +17,15 @@ services:
|
|||
command: bash -c "make test"
|
||||
|
||||
middleware-node-a:
|
||||
stop_grace_period: 1s
|
||||
stop_signal: SIGABRT
|
||||
image: docker.pkg.github.com/anytypeio/go-anytype-middleware/server:${TAG}
|
||||
environment:
|
||||
ANYTYPE_GRPC_ADDR: "0.0.0.0:31007"
|
||||
|
||||
middleware-node-b:
|
||||
stop_grace_period: 1s
|
||||
stop_signal: SIGABRT
|
||||
image: docker.pkg.github.com/anytypeio/go-anytype-middleware/server:${TAG}
|
||||
environment:
|
||||
ANYTYPE_GRPC_ADDR: "0.0.0.0:41007"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue