Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-07-22 04:00:20 +00:00
parent e5b71a41cf
commit f0e5c94aa1
90 changed files with 11 additions and 11 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.2
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5055
restart: always
volumes:
- ${JELLYSEERR_ROOT_PATH}/config:/app/config