gg / docker-compose.yml
mfoud444's picture
first commit
79859e3
raw
history blame contribute delete
308 Bytes
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'
environment:
- OLLAMA_HOST=host.docker.internal