支持无GUI的Server运行模式

This commit is contained in:
xintaofei
2026-03-29 18:36:30 +08:00
parent 7b73d7e1c2
commit 080a16f26c
49 changed files with 2169 additions and 1047 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
codeg:
build: .
ports:
- "3080:3080"
volumes:
- codeg-data:/data
environment:
- CODEG_TOKEN=${CODEG_TOKEN:-}
- CODEG_PORT=3080
- CODEG_HOST=0.0.0.0
volumes:
codeg-data: