上传文件至「/」

This commit is contained in:
2026-04-08 12:48:01 +08:00
commit 99ac4c91aa
5 changed files with 109 additions and 0 deletions

15
docker-compose.pro.yml Normal file
View File

@@ -0,0 +1,15 @@
# Pro edition override: apply on top of docker-compose.yml
#
# Usage:
# docker compose -f docker-compose.yml -f docker-compose.pro.yml up -d
#
# Prerequisites:
# 1. Log in to the Pro image registry:
# docker login -u <username> -p <password> cloudreve.azurecr.io
# 2. Set CR_LICENSE_KEY in .env or export it as an environment variable.
services:
cloudreve:
image: cloudreve.azurecr.io/cloudreve/pro:v4
environment:
- CR_LICENSE_KEY=${CR_LICENSE_KEY}