feat: update gpt-load 1.4.8

This commit is contained in:
arch3rPro
2026-05-31 03:34:39 +08:00
parent 5445a28bd7
commit c70d5f8dac
4 changed files with 2 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
gpt-load:
image: ghcr.io/tbphp/gpt-load:v1.4.8
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:3001
networks:
- 1panel-network
volumes:
- ./data:/app/data
environment:
- AUTH_KEY=${AUTH_KEY}
labels:
createdBy: Apps
networks:
1panel-network:
external: true