Skip to content

Commit 32d2c4c

Browse files
committed
Set hard stop signal for demo services
1 parent 70cae4c commit 32d2c4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.demo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ services:
3131
image: ${AGENT_GATEWAY_DEMO_GATEWAY_IMAGE:-ghcr.io/sl5taskforce/agent-gateway:main}
3232
working_dir: /workspaces/agent_gateway
3333
command: --config config.toml
34+
stop_signal: SIGKILL
3435
environment:
3536
AGENT_GATEWAY_DATABASE_URL: postgres://agent_gateway_admin:agent_gateway_dev@postgres:5432/agent_gateway
3637
ports:
@@ -45,6 +46,7 @@ services:
4546

4647
dashboard:
4748
image: ghcr.io/sl5taskforce/agent-gateway-dashboard:main
49+
stop_signal: SIGKILL
4850
environment:
4951
AGENT_GATEWAY_DATABASE_URL: postgres://agent_gateway_admin:agent_gateway_dev@postgres:5432/agent_gateway
5052
ports:

0 commit comments

Comments
 (0)