Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-10-30 03:43:14 +00:00
parent 50b2cbde6a
commit 6933c8ae8e
26 changed files with 218 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
chronoframe:
container_name: chronoframe
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: hoshinosuzumi/chronoframe:0.14.1
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
restart: always
volumes:
- ${CHRONOFRAME_ROOT_PATH}/data:/app/data