llama-gpt/ui/docker-compose.yml

10 lines
122 B
YAML

version: '3.6'
services:
chatgpt:
build: .
ports:
- 3000:3000
environment:
- 'OPENAI_API_KEY='