870ab6b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: "3.10" services: neurogengpt: build: context: ../ dockerfile: Dockerfile ports: - "7860:7860" - "1337:1337" volumes: - ../config.json:/app/config.json env_file: - .env