ARCH - CODEX AGENTS: стартовый каркас Agent Gateway

This commit is contained in:
DCCONSTRUCTIONS
2026-05-14 19:16:43 +03:00
parent 97d98a7bcb
commit e95cb3af33
15 changed files with 1589 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
agent-gateway:
build:
context: .
env_file:
- .env
ports:
- "${PORT:-4100}:${PORT:-4100}"