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
+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