1
0
Fork 0
1Panel-Appstore/cloudreve/4.0.0/docker-compose.yml

23 lines
513 B
YAML
Raw Normal View History

2025-06-21 02:23:16 +08:00
networks:
1panel-network:
external: true
services:
cloudreve:
2025-06-21 03:00:02 +08:00
image: cloudreve/cloudreve:4.0.0
2025-06-21 02:23:16 +08:00
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5212
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${CLOUDREVE_ROOT_PATH}/data:/cloudreve/data
environment:
- TZ=Asia/Shanghai