1
0

feat(gpt-load): restructure app directory and add version support

- rename sqllite directory to latest for better version management
- add new docker-compose.yml for version 1.3.2 deployment
- maintain existing file content while reorganizing directory structure
This commit is contained in:
pooneyy
2025-11-06 18:28:26 +08:00
parent bde337fbea
commit 78d3faed29
6 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
gpt-load:
image: ghcr.io/tbphp/gpt-load:latest
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:3001
networks:
- 1panel-network
volumes:
- ./data:/app/data
env_file:
- .env
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true