1
0

Merge branch 'patch/add-apps' into localApps

This commit is contained in:
pooneyy
2025-10-26 18:37:48 +08:00
45 changed files with 2179 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
services:
termix:
image: ghcr.io/lukegus/termix:release-1.7.3
container_name: ${CONTAINER_NAME}
restart: always
labels:
createdBy: "Apps"
ports:
- ${PANEL_APP_PORT_HTTP}:8080
networks:
- 1panel-network
volumes:
- ./data:/app/data
environment:
PORT: "8080"
networks:
1panel-network:
external: true