Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-01-26 06:24:04 +00:00
parent 17395a162b
commit 2b940fc1b4
33 changed files with 244 additions and 19 deletions
+22
View File
@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
vertex:
container_name: vertex
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- PORT=3000
image: lswl/vertex:stable
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
restart: always
volumes:
- ${VERTEX_ROOT_PATH}/data:/vertex