summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: e8fcb0de5285f2974c2765dc8291d7969edbf58b (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: 
        - 8501:8501
      restart: unless-stopped
      read_only: true