summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 1c2dac1ed2c050ae819724c3c9ef8747f78ebb66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '3.8'

services:
    gpt4:
      build:
        context: .
	dockerfile: Dockerfile
	image: gpt4free:latest
      container_name: gpt4
      ports: 
        - 127.0.0.1:8501:8501
      restart: unless-stopped
      read_only: true