init
This commit is contained in:
commit
acbe081684
5 changed files with 33 additions and 0 deletions
16
compose.yml
Normal file
16
compose.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue