chatgpt/compose.yml

17 lines
258 B
YAML

---
version: "3.8"
services:
app:
image: chatgpt
#build: .
environment:
- OPENAI_API_KEY
configs:
- source: config
target: /root/.config/chatgpt-cli/config.yaml
configs:
config:
name: config
file: config.yaml