# docker-compose_2 **Repository Path**: giteemfl/docker-compose_2 ## Basic Information - **Project Name**: docker-compose_2 - **Description**: 工作中常用的docker-compose文件 - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-10-09 - **Last Updated**: 2023-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-compose for Linux 通过`docker-compose`编排一系列环境 含集群部署,主从机群 ### 一、环境准备 ```shell # 安装git命令: yum install -y git git clone git@gitee.com:w3nt/docker-compose.git cd docker-compose/Linux ``` ### 二、运行服务 > 环境部署见每个服务下的`run.md`; ```shell docker-compose up -d # -p:项目名称 # -f:指定docker-compose.yml文件路径 # -d:后台启动 docker-compose -f docker-compose-portainer.yml -p portainer up -d ``` ### 三、内容检索 #### 数据库 | number | 数据库 | version | reasons | | :----: | :------------------------------: | :-----------------: | :-----: | | 1 | [mysql](./Linux/mysql) | 5.7 or 8.0 or slave | 😄 | | 2 | [mycat](./Linux/mycat) | latest | | | 3 | [canal](./Linux/canal) | 1.1.5 | | | 4 | [oracle18c](./Linux/oracle18c) | latest | | | 5 | [redis](./Linux/redis) | 6.0.8 or 7.0.5 | 😄 | | 6 | [couchbase](./Linux/couchbase) | 6.5.0 | | | 7 | [mongodb](./Linux/mongodb) | 4.4.6 | | | 8 | [seata](./Linux/seata) | 1.4.2 or 1.5.2 | | | 9 | [postgresql](./Linux/postgresql) | 14.5 | | | 10 | [yearning](./Linux/yearning) | 5.7 | | #### 消息队列 | number | 消息队列 | version | reasons | | :----: | :--------------------------: | :-------------------: | :-----: | | 1 | [activemq](./Linux/activemq) | latest | | | 2 | [kafka](./Linux/kafka) | 2.8.1 or 3.4.x or 3.5 | | | 3 | [rabbitmq](./Linux/rabbitmq) | 3.7.8 or 3.9.1 | | | 4 | [rocketmq](./Linux/rocketmq) | 4.5.2 or 5.1.3 | 😄 | #### 日志系统 | number | 日志系统 | version | reasons | | :----: | :----------------------------------------------------------: | :-----: | :-----: | | 1 | [ELK](./Linux/elk) | | 😄 | | 2 | [EFK](./Linux/efk) | | | | 3 | [elkf](./Linux/elkf) | | | | 4 | [filebeat](./Linux/filebeat) | | | | 5 | [graylog](./Linux/graylog) | | | | 6 | [grafana_promtail_loki](./Linux/grafana_promtail_loki) | | | | 7 | [grafana-promtail-loki-nginx-demo](./Linux/grafana-promtail-loki-nginx-demo) | | | | 8 | [plumelog](./Linux/plumelog) | | | | 9 | [zipkin](./Linux/zipkin) | | | #### CI/CD | number | CI/CD | version | reasons | | :----: | :------------------------------: | :-----: | :-----: | | 1 | [portainer](./Linux/portainer) | | 😄 | | 2 | [jenkins](./Linux/jenkins) | | 😄 | | 3 | [rancher](./Linux/rancher) | | 😄 | | 4 | [gitlab](./Linux/gitlab) | | 😄 | | 5 | [gogs](./Linux/gogs) | | | | 6 | [sonarqube](./Linux/sonarqube) | | | | 7 | [prometheus](./Linux/prometheus) | | 😄 | | 8 | [grafana](./Linux/grafana) | | 😄 | | 9 | [nginx](./Linux/nginx) | | 😄 | #### 文件存储 | number | 文件存储 | version | reasons | | :----: | :----------------------------------: | :-----: | :-----: | | 1 | [fastdfs](./Linux/fastdfs) | | | | 2 | [minio](./Linux/minio) | | 😄 | | 3 | [baidupcs-web](./Linux/baidupcs-web) | | | | 4 | [nextcloud](./Linux/nextcloud) | | | #### 其它 | number | name | version | reasons | | :----: | :------------------------------------: | :-----: | :-----: | | 1 | [elasticsearch](./Linux/elasticsearch) | | | | 2 | [flowable](./Linux/flowable) | | | | 3 | [jrebel](./Linux/jrebel) | | | | 4 | [jumpserver](./Linux/jumpserver) | | | | 5 | [nacos](./Linux/nacos) | | 😄 | | 6 | [nps](./Linux/nps) | | | | 7 | [opensumi-web](./Linux/opensumi-web) | | | | 8 | [sentinel](./Linux/sentinel) | | 😄 | | 9 | [tomcat](./Linux/tomcat) | | | | 10 | [walle](./Linux/walle) | | | | 11 | [xxl-job](./Linux/xxl-job) | | | | 12 | [PowerJob](./Linux/PowerJob) | | | | 13 | [yapi](./Linux/yapi) | | | | 14 | [zookeeper](./Linux/zookeeper) | | | | 15 | [jpom](./Linux/jpom) | | | | 16 | [confluence](./Linux/confluence) | | | | 17 | [jira](./Linux/jira) | | | | 18 | [skywalking](./Linux/skywalking) | | 😄 | ---