mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-14 21:23:44 +08:00
docker
This commit is contained in:
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
chatgptplus:
|
||||
container_name: chatgptplus
|
||||
build: ./
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./src/config.toml:/usr/src/app/config.toml
|
||||
ports:
|
||||
- 5678:5678
|
||||
logging:
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
Reference in New Issue
Block a user