docker-cmdbuild

This is the unofficial (updated !) repository with all the versions of CMDBuild for Docker

  • 所有者: Quentinvarquet/docker-cmdbuild
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

CMDBuild in Docker (Last version 2.5.1)

cmdbuild_logo

Last update : 29/05/2018 . Add cmdbuild 2.5.1 and update readme

  • From cmdbuild 2.4.0 I will stop adding the docker-compose file with the link option
  • From 10/2016, I will stop to add the tomcat 6 dockerfiles.
  • Please open issues on github

I recommend to use the latest version of cmdbuild with Tomcat 7

You want the last version ?

docker run --name cmdbuild -p 8080:8080 -d quentinv/cmdbuild:latest

CMDBuild

CMDBuild is a web environment in which you can configure custom solutions for IT Governance, or more generally for asset management.

Docker

Docker allows you to package an application with all of its dependencies into a standardized unit for software development.

Information

This is the unofficial (updated !) repository with all the versions of cmdbuild. You can choose wich version of tomcat you would like to use for your project.

I will update the repository every time there is a new version of cmdbuild available

Example

docker run --name cmdbuild -p 8080:8080 -d quentinv/cmdbuild:t7-2.1.4 
  • t7 : Version of tomcat
  • 2.1.4 : Version of cmdbuild

Tags

Tomcat 6 with java 8

** /!\ From cmdbuild 2.4.1, I stopped to add the Tomcat 6 dockerfiles.**

Tomcat 7 with java 8

Docker Compose

I created a docker-compose.yml for every version of cmdbuild. (tomcat + postgresql).

You can use the following : --link option (deprecated) or the network feature (since docker 1.10 and docker-compose 1.6).

Docker Compose files

** /!\ From cmdbuild 2.4.0 I stopped to add the docker-compose file with the link option**

Tomcat 6 with java 8

Tomcat 7 with java 8

Network

Tomcat 6 with java 8 (deprecated)

Tomcat 7 with java 8

Database configuration

Networks
  • Host: pgsql_container_name
  • Port: 5432
  • Username: postgres
  • Password: your_postgres_password
  • Host: name_of_the_link (database in my docker-compose files)
  • Port: 5432
  • Username: postgres
  • Password: your_postgres_password

Please open issues on github

主要指标

概览
名称与所有者Quentinvarquet/docker-cmdbuild
主编程语言
编程语言 (语言数: 0)
平台
许可证
所有者活动
创建于2016-03-04 19:52:05
推送于2018-05-29 19:17:10
最后一次提交2018-05-29 21:16:57
发布数0
用户参与
星数19
关注者数5
派生数6
提交数56
已启用问题?
问题数9
打开的问题数3
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?