Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2024-12-06 03:50:49 +00:00
parent 5653d7b478
commit 1bd6d8bb23
15 changed files with 170 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# 数据持久化路径 [必填]
OVERSEERR_ROOT_PATH=/home/overseerr
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5055
+23
View File
@@ -0,0 +1,23 @@
networks:
1panel-network:
external: true
services:
overseerr:
container_name: overseerr
env_file:
- ./envs/global.env
- .env
environment:
- PORT=5055
- TZ=Asia/Shanghai
- LOG_LEVEL=debug
image: sctx/overseerr:c2d4c61fae2053157052f96e5de1cdb490ea704e
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5055
restart: always
volumes:
- ${OVERSEERR_ROOT_PATH}/config:/app/config
+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