This commit is contained in:
Moritz 2023-10-10 17:03:57 +02:00
commit acbe081684
5 changed files with 33 additions and 0 deletions

16
compose.yml Normal file
View file

@ -0,0 +1,16 @@
---
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