feat: add docker deployment
This commit is contained in:
14
compose.yaml
Normal file
14
compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
codex-agent-manager:
|
||||
build: .
|
||||
image: codex-agent-manager:local
|
||||
ports:
|
||||
- "0.0.0.0:18083:18083"
|
||||
environment:
|
||||
CODEX_HOME: /codex-home
|
||||
HTTP_ADDR: 0.0.0.0:18083
|
||||
STATIC_DIR: /app/web/dist
|
||||
WORKSPACE_ROOT: /Users/yoilun/Code/codex-agent-manager
|
||||
volumes:
|
||||
- ${CODEX_HOME:-/Users/yoilun/.codex}:/codex-home
|
||||
- ${CODEX_AGENT_MANAGER_PROJECT:-/Users/yoilun/Code/codex-agent-manager}:/Users/yoilun/Code/codex-agent-manager:ro
|
||||
Reference in New Issue
Block a user