File size: 228 Bytes
b043e7b
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
version: "3.9"

services:
  chatweb:
    build: .
    ports:
      - "9531:9531"
      - "7860:7860"
    volumes:
      - ./config.json:/app/config.json
      # - ./:/app
    environment:
      - OPENAI_API_KEY=${OPENAI_API_KEY}