14 Star 66 Fork 24

Gitee 极速下载/openbi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/openBI-kwc/openBI
克隆/下载
docker-compose.yml 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
微希夷 提交于 2021-03-30 13:30 . add docker support
version: '3'
services:
openbi:
restart: always
depends_on:
- mysql
- redis
build: ./docker
volumes:
- ./:/data
ports:
- 80:80
ulimits:
nofile:
soft: 262144
hard: 262144
mysql:
image: mysql:8
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
volumes:
- ./data/mysql:/var/lib/mysql
command: --max_connections=512 --explicit_defaults_for_timestamp=1 --default_authentication_plugin=mysql_native_password
--tmp_table_size=18M --thread_cache_size=8 --myisam_max_sort_file_size=1G --server-id=1 --log-bin=/var/lib/mysql/mysql-bin.log --gtid-mode=ON --enforce-gtid-consistency
--myisam_sort_buffer_size=35M --key_buffer_size=25M --read_buffer_size=64K --read_rnd_buffer_size=256K --sort_buffer_size=256K
--max_allowed_packet=128M --innodb_flush_log_at_trx_commit=1 --innodb_log_buffer_size=1M --sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'
--innodb_buffer_pool_size=47M --innodb_log_file_size=24M --innodb_thread_concurrency=8 --default-time-zone="+8:00"
ports:
- 3306:3306
redis:
image: redis:alpine
restart: always
volumes:
- ./data:/data
ports:
- 6379:6379
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mirrors/openbi.git
git@gitee.com:mirrors/openbi.git
mirrors
openbi
openbi
main

搜索帮助