/docker-cmdbuild

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

CMDBuild in Docker (Last version 2.4.1)

cmdbuild_logo

Last update : 20/06/2016 . Add cmdbuild 2.4.1

From cmdbuild 2.4.0 I will stop adding the docker-compose file with the link option

Please open issues on github

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.

More information :

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

Supported tags and respective Dockerfile links

Example

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

You want the last version ?

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

Tags

Tomcat 6 with java 8

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

Links (deprecated)

Tomcat 6 with java 8

Tomcat 7 with java 8

Network

Tomcat 6 with java 8

Tomcat 7 with java 8

Database configuration

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