jhipster

Docker-Compose: How to healthcheck OpenJDK:8 container?

给你一囗甜甜゛ 提交于 2020-12-06 16:48:58
问题 I'm trying to healthcheck a container that extends openjdk:8 . The corresponding Dockerfile can be found at https://github.com/jhipster/jhipster-registry/blob/master/Dockerfile I have the following directory structure: test/ ├── central-server-config │ └── application.yml ├── docker-compose.yml ├── jhipster-registry.yml └── Ping.jar application.yml #common configuration shared between all applications configserver: name: Docker JHipster Registry status: Connected to the JHipster Registry

Docker-Compose: How to healthcheck OpenJDK:8 container?

让人想犯罪 __ 提交于 2020-12-06 16:44:13
问题 I'm trying to healthcheck a container that extends openjdk:8 . The corresponding Dockerfile can be found at https://github.com/jhipster/jhipster-registry/blob/master/Dockerfile I have the following directory structure: test/ ├── central-server-config │ └── application.yml ├── docker-compose.yml ├── jhipster-registry.yml └── Ping.jar application.yml #common configuration shared between all applications configserver: name: Docker JHipster Registry status: Connected to the JHipster Registry

Jenkins 配置CI/CD任务

二次信任 提交于 2020-11-23 05:14:36
本文演示如何通过Jenkins创建CI/CD任务,部署一整套微服务体系结构,并运行在之前搭建的mini云平台上。 如果是初始尝试实践,可能需要参考 <a href="https://www.cnblogs.com/yorkwu/p/9230352.html" target="_blank">快速搭建云原生架构的实践环境</a> 和 <a href="https://www.cnblogs.com/yorkwu/p/9274474.html" target="_blank">Jhipster技术实践</a> 等相关文章。 #1 整体规划 ###1.1 拓扑架构 ###1.2 基础设置 <table width="90%"> <tr> <th width="5%">编号</th> <th width="15%">IP</th> <th width="10%">OS</th> <th width="15%">主机名</th> <th width="10%">角色</th> <th width="10%">环境</th> <th width="35%">说明</th> </tr> <tr> <td>A</td> <td>192.168.1.101</td> <td>CentOS7.4</td> <td>ddc_node01</td> <td>Manager</td> <td>Global<