mirror of
https://gitee.com/blackfox/geekai.git
synced 2024-12-04 13:17:40 +08:00
14 lines
326 B
YAML
14 lines
326 B
YAML
|
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"
|