Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-01-15 09:31:05 +00:00
parent ac158583e9
commit 9f8d5f37c2
56 changed files with 616 additions and 7 deletions
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
jackett:
container_name: jackett
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- PUID=1000
- PGID=1000
image: linuxserver/jackett:0.24.850
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:9117
restart: always
volumes:
- ${JACKETT_ROOT_PATH}/config:/config
- ${JACKETT_ROOT_PATH}/downloads:/downloads