feat: rebuild as multi-user web agent

This commit is contained in:
wuyang
2026-07-26 06:52:12 +08:00
parent 45792c8fd5
commit 37f83eaac7
634 changed files with 5060 additions and 139619 deletions
+22
View File
@@ -0,0 +1,22 @@
services:
stub-provider:
build:
context: .
dockerfile: docker/e2e-stub.Dockerfile
image: k1412-agent-e2e-stub:test
networks:
- internal
read_only: true
tmpfs:
- /tmp:rw,noexec,nosuid,size=16m
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
runtime:
environment:
MODEL_API_BASE_URL: http://stub-provider:9000
depends_on:
stub-provider:
condition: service_healthy