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

services:
  gpt4free:
    image: hlohaus789/g4f:latest
    shm_size: 2gb
    build:
      context: .
      dockerfile: docker/Dockerfile
#    volumes:
#      - .:/app
    ports:
      - '8080:80'
      - '1337:1337'
      - '7900:7900'