支持无GUI的Server运行模式
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal 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:
|
||||
Reference in New Issue
Block a user