✨ 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:
18
apps/gpt-load/latest/docker-compose.yml
Normal file
18
apps/gpt-load/latest/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user