Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2024-12-06 03:50:50 +00:00
parent 79e23afa14
commit 8407362739
11 changed files with 137 additions and 0 deletions
@@ -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