feat(microservices): manage code queue through v3s

This commit is contained in:
Codex
2026-05-15 11:54:41 +00:00
parent c334c4f082
commit 00add260e3
42 changed files with 2010 additions and 354 deletions
+2
View File
@@ -113,6 +113,8 @@ function composeContent(options: ProviderAttachOptions): string {
' pid: "host"',
" env_file:",
` - ${relativeEnv}`,
" ports:",
' - "127.0.0.1:${PROVIDER_EGRESS_PROXY_HOST_PORT:-18789}:${PROVIDER_EGRESS_PROXY_PORT:-18789}"',
" volumes:",
" - /var/run/docker.sock:/var/run/docker.sock",
" - .:/workspace:ro",