chatgpt/compose.yml

17 lines
258 B
YAML
Raw Normal View History

2023-10-10 17:03:57 +02:00
---
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