This repository contains the necessary files to run openITCOCKPIT Community Edition as a container.
It requires Docker Compose or a compatible alternative.
Please see the official documentation for more information: https://docs.openitcockpit.io/en/installation/docker
Before running openITCOCKPIT Community Edition with Docker, make sure you have the following prerequisites installed on your system:
- Docker: Install Docker
- Docker Compose: Install Docker Compose
To get started with openITCOCKPIT Community Edition using Docker, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/it-novum/openITCOCKPIT-ce-docker.git
-
Navigate to the cloned repository:
cd openITCOCKPIT-ce-docker
-
Run the Docker Compose command to start openITCOCKPIT:
docker compose up -d
-
Wait for the containers to start and initialize the application.
-
Once the containers are up and running, you can access openITCOCKPIT Community Edition by opening a web browser and entering the following URL:
https://localhost
-
Follow the on-screen instructions to complete the initial setup of openITCOCKPIT.
The configuration for openITCOCKPIT Community Edition can be modified by editing the compose.yml
file in the repository. You can adjust settings such as database credentials, ports, and volumes according to your requirements.
Most settings can be adjusted through environment variables. Please see the file openitcockpit.env
, which contains all available environment variables with default values.
By default, openITCOCKPIT Community Edition will expose these ports:
- 80 (HTTP)
- 443 (HTTPS)
The default credentials are:
- E-Mail
[email protected]
- Password:
asdf12
You can change the default credentials before the first start of the docker container through the file openitcockpit.env
:
[email protected]
OITC_ADMIN_PASSWORD=asdf12
OITC_ADMIN_FIRSTNAME=John
OITC_ADMIN_LASTNAME=Doe
If you have not changed the default credentials, you can still change the password or create a new user afterwords.
To update openITCOCKPIT Community Edition to the latest version, follow these steps:
-
Pull the latest changes from the repository:
git pull origin main
-
Stop and remove the running containers:
docker compose down
-
Run the Docker Compose command again to start the updated version:
docker compose up --pull always -d
If you encounter any issues or have questions regarding openITCOCKPIT Community Edition with Docker, please refer to the official documentation.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request in this repository.
Bugs or issues related to openITCOCKPIT itself should be created in the corresponding repository: https://github.com/it-novum/openITCOCKPIT
For any further assistance or support, please reach out to the openITCOCKPIT Community.