Docker - codebeamer X #8139860/HEAD / v190 |
Tags:
not added yet
Table of Contents
1.1codebeamer 4.2 Docker Image1.1.1Docker Hubhttps://hub.docker.com/r/intland/codebeamer-x/ 1.1.2Supported docker variables1.1.2.1Wait serviceDocker image contains 3rd party tool for waiting service like database. See: https://github.com/ufoscout/docker-compose-wait 1.1.3Required parameters
1.1.3.1License
1.1.3.2Email
1.1.3.3Java
1.1.3.4Initial database script during startupCB_INIT_SQL_FILES=/path/to/your/sqlfile1,/path/to/your/sqlfile2
with compose volumes: - /path/to/folder/of/your/sql/files/on/host:/path/to/folder/of/your/sql/files/in/docker
without compose docker run -v /path/to/folder/of/your/sql/files/on/host:/path/to/folder/of/your/sql/files/in/docker ... 1.1.3.5Initial configurationCB_initial_config can be used for starting the application with initial configuration. CB_initial_config={ "search" : { "delay" : 90, "fuzzy-similarity-factor" : 0.6 } } 1.1.3.6Time zoneTZ can be used to set timezone of the container. Please use the name of the time zones from here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones TZ=Europe/Berlin 1.1.3.7DebugRemote java debug can be turned on, it uses the 7896 port inside the container DEBUG=TRUE 1.2Volumes1.2.1How to add (or override) files to the docker imagesBind your directory to the docker images codebeamer-x-app: image: intland/codebeamer-x:4.2 env_file: - ./config/mail.env ..... environment: - DEBUG=false ...... volumes: - ~/update:/home/appuser/codebeamer/update - codebeamer-x-app-repository-docs:/home/appuser/codebeamer/repository/docs - codebeamer-x-app-repository-search:/home/appuser/codebeamer/repository/search - codebeamer-x-app-logs:/home/appuser/codebeamer/logs links: - codebeamer-x-db:container-mysql
"~/update" will be bound to the container and will be available under "/home/appuser/codebeamer/update" On Windows docker hosts, the folder separator for update directory should be backslash - e.g.- .\update:/home/appuser/codebeamer/update
Please also note that upon first startup docker guest will mount this folder as a windows share from host machine. Update directory could contain the following files / directory
1.3MySql docker imageImage extends the https://github.com/sclorg/mysql-container/tree/master/5.7 |
Fast Links
![]() codebeamer Overview codebeamer Knowledge Base Services by Intland Software |
This website stores cookies on your computer. These cookies are used to improve your browsing experience, constantly optimize the functionality and content of our website, and help us understand your interests and provide more personalized services to you, both on this website and through other media. With your permission, we and our partners may use precise geolocation data and identification through device scanning. You may click accept to consent to our and our partners’ processing as described above. Please be aware that some processing of your personal data may not require your consent, but you have a right to object to such processing. By using our website, you acknowledge this notice of our cookie practices. By accepting and continuing to browse this site, you agree to this use. Your preferences will apply to this website only.
Note that user-behavior analytics are being captured on this server to improve the Codebeamer user experience.