feat: Support for DataEase v2.10.1

This commit is contained in:
wanghe-fit2cloud
2024-09-23 16:52:52 +08:00
parent 93bc220600
commit e2cff645dc
3 changed files with 1 additions and 1 deletions
+29
View File
@@ -0,0 +1,29 @@
services:
dataease:
image: registry.cn-qingdao.aliyuncs.com/dataease/dataease:v2.10.1
restart: always
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8100
volumes:
- ./conf:/opt/apps/config
- ./logs:/opt/dataease2.0/logs
- ./data/static-resource:/opt/dataease2.0/data/static-resource
- ./cache:/opt/dataease2.0/cache
- ./data/geo:/opt/dataease2.0/data/geo
- ./data/exportData:/opt/dataease2.0/data/exportData
- ./data/font:/opt/dataease2.0/data/font
environment:
PANEL_DB_HOST: ${PANEL_DB_HOST}
PANEL_DB_PORT: ${PANEL_DB_PORT}
PANEL_DB_USER: ${PANEL_DB_USER}
PANEL_DB_USER_PASSWORD: ${PANEL_DB_USER_PASSWORD}
PANEL_DB_NAME: ${PANEL_DB_NAME}
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true