发布应用 Vertex

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-01-26 13:10:16 +08:00
parent 5580fa2e1c
commit f488a8ebd2
12 changed files with 121 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
networks:
1panel-network:
external: true
services:
vertex:
image: lswl/vertex:stable
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${VERTEX_ROOT_PATH}/data:/vertex
environment:
- TZ=Asia/Shanghai
- PORT=3000