mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-28 11:07:24 +03:00
ec983c1d29
+ docker compose configuration
18 lines
308 B
YAML
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
|