Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2024-12-30 04:51:06 +00:00
parent 6593c6e896
commit c75c421bfe
8 changed files with 1 additions and 1 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.2.2
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5055
restart: always
volumes:
- ${JELLYSEERR_ROOT_PATH}/config:/app/config