OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)

This commit is contained in:
wangruiguo
2026-09-03 18:49:20 +08:00
commit d647428529
3501 changed files with 1988906 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
#
# This docker compose file is used to build the environment for our testing framework in codeception
# It is not to be used for development
#
services:
leantime-dev:
volumes:
- "../:/var/www/html"
- "./xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini"
- "./error_reporting.ini:/usr/local/etc/php/conf.d/error_reporting.ini"
- "./test.env:/var/www/html/config/.env"
ports:
- "8002:8080"
- "44302:443"
environment:
LEAN_ENV: 'testing'
LEAN_DB_HOST: 'leantime-db'
LEAN_DB_DATABASE: 'leantime_test'
env_file:
- test.env
depends_on:
leantime-db:
condition: service_healthy
leantime-db:
environment:
MYSQL_DATABASE: leantime_test