新增 阅读3 应用

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-07-30 18:24:53 +08:00
parent 1009d0739d
commit bf6c0cca79
16 changed files with 398 additions and 0 deletions
@@ -0,0 +1,19 @@
version: "3.8"
networks:
1panel-network:
external: true
services:
reader3-webview:
image: hectorqin/remote-webview:3.2.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8050
env_file:
- /etc/1panel/envs/global.env