feat: update gpt4free 7.4.3-slim

This commit is contained in:
arch3rPro
2026-04-07 05:30:55 +08:00
parent 0cd611e796
commit 03633cdb8e
6 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
services:
gpt4free:
image: hlohaus789/g4f:v7.4.3-slim
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
volumes:
- ./har_and_cookies:/app/har_and_cookies
- ./generated_media:/app/generated_media
ports:
- ${PANEL_APP_PORT_HTTP}:8080
- ${PANEL_APP_PORT_API}:8080
environment:
- OLLAMA_HOST=host.docker.internal
labels:
createdBy: Apps
networks:
1panel-network:
external: true