geekai/docker-compose.yaml

14 lines
326 B
YAML
Raw Normal View History

2023-06-03 05:35:30 +08:00
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"