summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 1b99ba97cbff422617e9992671c6569674be60af (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:8080'
      - '1337:1337'
      - '7900:7900'