gpt4free / docker-compose.yml
suzmen's picture
Upload 329 files
8ad2651 verified
services:
gpt4free:
image: hlohaus789/g4f:latest
shm_size: 2gb
build:
context: .
dockerfile: docker/Dockerfile
volumes:
- .:/app
ports:
- '8080:8080'
- '1337:8080'
- '7900:7900'
environment:
- OLLAMA_HOST=host.docker.internal