feat: codex-register with Sub2API增强 + Playwright引擎
Some checks are pending
Docker Image CI / build-and-push-image (push) Waiting to run

This commit is contained in:
2026-03-22 00:24:16 +08:00
commit 0f9948ffc3
91 changed files with 29942 additions and 0 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
codex-register:
build: .
container_name: codex-register
ports:
- "18000:18000"
environment:
- PYTHONUNBUFFERED=1
- APP_HOST=0.0.0.0
- APP_PORT=18000
- WEBUI_HOST=0.0.0.0
- WEBUI_PORT=18000
- APP_ACCESS_PASSWORD=yuyx4954
- WEBUI_ACCESS_PASSWORD=yuyx4954
volumes:
- ./data:/app/data
- ./logs:/app/logs
restart: unless-stopped