Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-06-20 18:30:35 +00:00
parent 8c7102f6bf
commit 2717cef6fb
76 changed files with 322 additions and 9 deletions
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
jellyseerr:
container_name: jellyseerr
env_file:
- ./envs/global.env
- .env
environment:
- PORT=5055
- LOG_LEVEL=debug
- TZ=Asia/Shanghai
- https_proxy=${http_proxy:-}
image: fallenbagel/jellyseerr:2.7.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5055
restart: always
volumes:
- ${JELLYSEERR_ROOT_PATH}/config:/app/config