chatbot / docker-compose.yml
matthoffner's picture
Upload 242 files
15d9c3e
raw
history blame
122 Bytes
version: '3.6'
services:
chatgpt:
build: .
ports:
- 3000:3000
environment:
- 'OPENAI_API_KEY='