mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-01-17 17:47:57 +08:00
Processed apps directory via GitHub Actions
Process Apps and Commit Changes / process (push) Waiting to run
Process Apps and Commit Changes / process (push) Waiting to run
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# API 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8050
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
reader3-webview:
|
||||
container_name: reader3-webview
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
image: hectorqin/remote-webview:3.2.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8050
|
||||
restart: always
|
||||
@@ -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