Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-02-19 03:25:37 +00:00
parent 026b8c1745
commit e71db29970
87 changed files with 169 additions and 15 deletions
+6
View File
@@ -0,0 +1,6 @@
# 数据持久化路径 [必填]
NEXUS3_ROOT_PATH=/home/nexus3
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8081
+21
View File
@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
nexus3:
container_name: nexus3
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: sonatype/nexus3:3.77.1-alpine
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8081
restart: always
volumes:
- ${NEXUS3_ROOT_PATH}/data:/nexus-data
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai