There was an error while loading. Please reload this page.
1 parent 70cae4c commit 32d2c4cCopy full SHA for 32d2c4c
1 file changed
docker-compose.demo.yml
@@ -31,6 +31,7 @@ services:
31
image: ${AGENT_GATEWAY_DEMO_GATEWAY_IMAGE:-ghcr.io/sl5taskforce/agent-gateway:main}
32
working_dir: /workspaces/agent_gateway
33
command: --config config.toml
34
+ stop_signal: SIGKILL
35
environment:
36
AGENT_GATEWAY_DATABASE_URL: postgres://agent_gateway_admin:agent_gateway_dev@postgres:5432/agent_gateway
37
ports:
@@ -45,6 +46,7 @@ services:
45
46
47
dashboard:
48
image: ghcr.io/sl5taskforce/agent-gateway-dashboard:main
49
50
51
52
0 commit comments