chore(deps): update cloudreve/cloudreve docker tag to v4.14.1 (#4055)
This commit is contained in:
26
apps/cloudreve-mysql/4.14.1/docker-compose.yml
Normal file
26
apps/cloudreve-mysql/4.14.1/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user