FreeGpt / docker-compose.yml
Daniton's picture
Duplicate from yxmnjxzx/chatbot-mini
5d4afba
raw
history blame
122 Bytes
version: '3.6'
services:
chatgpt:
build: .
ports:
- 3000:3000
environment:
- 'OPENAI_API_KEY='