File size: 267 Bytes
412be29
 
 
 
 
 
 
 
72e12da
 
412be29
 
72e12da
 
412be29
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: "3.10"

services:
  neurogengpt:
    build:
      context: ../
      dockerfile: Dockerfile
    ports:
      - "7860:7860"
      - "1337:1337"
    volumes:
      - ../config.json:/app/config.json
    environment:
      - SUBF=/sub
    env_file:
      - .env