feat: codex-register with Sub2API增强 + Playwright引擎
Some checks are pending
Docker Image CI / build-and-push-image (push) Waiting to run
Some checks are pending
Docker Image CI / build-and-push-image (push) Waiting to run
This commit is contained in:
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user