feat: update gpt-load 1.4.6

This commit is contained in:
arch3rPro
2026-03-30 05:32:23 +08:00
parent 4cb5055487
commit ada91aa913
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.6
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