chatgpt/compose.yml

20 lines
372 B
YAML
Raw Permalink Normal View History

2023-10-10 17:03:57 +02:00
---
version: "3.8"
services:
app:
image: chatgpt
2023-10-10 17:25:39 +02:00
deploy:
labels:
- coop-cloud.${STACK_NAME}.version=0.0.1+latest
2023-10-10 17:03:57 +02:00
#build: .
environment:
- OPENAI_API_KEY
configs:
- source: config
target: /root/.config/chatgpt-cli/config.yaml
configs:
config:
2023-10-10 17:25:39 +02:00
name: ${STACK_NAME}_config_${CONFIG_VERSION}
2023-10-10 17:03:57 +02:00
file: config.yaml