Giter VIP home page Giter VIP logo

docker's Introduction

docker

docker-compose

version: '3.9'

services:
  web:
    container_name: web
    image: web:0.1
    restart: always
    ports:
      - "8080:8080"
    volumes:
      - ./data:/data    
    deploy:
      resources:
        limits:
          cpus: '2'
          memory: 1G
        reservations:
          cpus: '1'
          memory: 300M
          #devices:
          #- driver: nvidia
          #  device_ids: ['0', '3']
          #  capabilities: [gpu]

    #depends_on:
    #  - mysql
    environment:
      - JAVA_OPTS=-server -Xms300m -Xmx800m

EMail

  • aliyundns certbot
  • mysql 8.0
  • 根据官方MySQL二次打包
    • update mysql_native_password
    • Time Zone Asia/Shanghai
  • Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.
  • Yearning MYSQL SQL语句审核平台。提供查询审计,SQL审核等多种功能
  • Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.
  • docker-compose 配置ldap,邮箱等
  • docker-compose 编排ldap相关服务
  • openldap、phpldapadmin、self-service-password
  • 使用Go语言开发的轻量级定时任务集中调度和管理系统, 用于替代Linux-crontab
  • MM-Wiki 是一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。
  • 悟空CRM
  • spring-java
  • https://github.com/seata/seata.git
  • Seata 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。
  • https://github.com/seata/seata.git
  • sentinel 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。
  • mcr.microsoft.com/java/jdk:8-zulu-alpine
  • skywalking-agent-8.6.0

旧工程

  • 很长时间未更新,后续有时间后,会逐渐更新
  • 不再维护,将于近期删除
  • tomcat-centos
    • centos
  • tomcat-alpine
    • alpine

赞助

  • 你的支持是我坚持下去的动力。

    alipay wechat

docker's People

Contributors

chaiyd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker's Issues

chaiyd/yearning:v3.0.5 run error

Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /opt/Yearning)

Error relocating /opt/Yearning: __isnan: symbol not found

Error relocating /opt/Yearning: __isinf: symbol not found

Error relocating /opt/Yearning: __strdup: symbol not found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.