mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-09-26 20:31:14 +08:00
15 lines
329 B
YAML
15 lines
329 B
YAML
version: '3'
|
|
|
|
services:
|
|
g4f-slim:
|
|
container_name: g4f-slim
|
|
image: hlohaus789/g4f:latest-slim
|
|
build:
|
|
context: .
|
|
dockerfile: docker/Dockerfile-slim
|
|
volumes:
|
|
- ./generated_media:/app/generated_media
|
|
- ./har_and_cookies:/app/har_and_cookies
|
|
ports:
|
|
- '8080:8080'
|
|
- '1337:8080' |