chatgpt/compose.yml

20 lines
372 B
YAML

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