chatGPT / docker-compose.yaml
w1r4's picture
Upload 2 files
df6d8c7
raw
history blame contribute delete
217 Bytes
version: "3.8"
services:
gpt-code-ui:
image: localagi/gpt-code-ui:${GPTCODEUI_VERSION:-main}
environment:
OPENAI_API_KEY: "your open ai key"
APP_HOST: gpt-code-ui
ports:
- "8080:8080"