gpt4free/docker-compose.yml
Hansi P. ec983c1d29 get ollama address from env
+ docker compose configuration
2024-09-30 14:35:21 +03:00

18 lines
308 B
YAML

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