发布应用 ChronoFrame

This commit is contained in:
2025-10-30 10:50:11 +08:00
parent 86a998b1b6
commit f5e20f7831
12 changed files with 164 additions and 0 deletions
@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
chronoframe:
image: hoshinosuzumi/chronoframe:0.14.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${CHRONOFRAME_ROOT_PATH}/data:/app/data
environment:
- TZ=Asia/Shanghai