1
0

chore(deps): update cloudreve/cloudreve docker tag to v4.14.1 (#4055)

This commit is contained in:
renovate[bot]
2026-02-15 06:00:32 +00:00
committed by GitHub
parent 2d11079f92
commit 5f9d7a7ec9
7 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,26 @@
version: "3.8"
services:
cloudreve:
image: cloudreve/cloudreve:4.14.1
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:5212
environment:
- CR_CONF_Database.Type=mysql
- CR_CONF_Database.Host=${PANEL_DB_HOST}
- CR_CONF_Database.Name=${PANEL_DB_NAME}
- CR_CONF_Database.User=${PANEL_DB_USER}
- CR_CONF_Database.Password=${PANEL_DB_USER_PASSWORD}
- CR_CONF_Database.Port=3306
- CR_CONF_Redis.Server=${PANEL_REDIS_HOST}:6379
- CR_CONF_Redis.Password=${PANEL_REDIS_ROOT_PASSWORD}
volumes:
- ./data:/cloudreve/data
labels:
createdBy: "Apps"
networks:
- 1panel-network
networks:
1panel-network:
external: true