mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# 网络模式 [必填]
|
||||
NETWORK_MODE=1panel-network
|
||||
|
||||
# 数据持久化路径 [必填]
|
||||
OPENRESTY_MANAGER_ROOT_PATH=/home/openresty-manager
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=34567
|
||||
|
||||
# Nginx 端口 [必填]
|
||||
PANEL_APP_PORT_NGINX_HTTP=80
|
||||
|
||||
# Nginx SSL 端口 [必填]
|
||||
PANEL_APP_PORT_NGINX_HTTPS=443
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
openresty-manager:
|
||||
container_name: openresty-manager
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: uusec/openresty-manager:1.5.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:34567
|
||||
- ${PANEL_APP_PORT_NGINX_HTTP}:80
|
||||
- ${PANEL_APP_PORT_NGINX_HTTPS}:443
|
||||
restart: always
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${OPENRESTY_MANAGER_ROOT_PATH}/acme:/opt/om/acme
|
||||
- ${OPENRESTY_MANAGER_ROOT_PATH}/data:/opt/om/data
|
||||
- ${OPENRESTY_MANAGER_ROOT_PATH}/conf:/opt/om/nginx/conf
|
||||
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
ENV_FILE=.env
|
||||
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
TZ=Asia/Shanghai
|
||||
Reference in New Issue
Block a user