Skip to content

doc: specific versions for consistency #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
icingacli director daemon run
entrypoint: []
logging: *default-logging
image: icinga/icingaweb2
image: icinga/icingaweb2:2.11.4
restart: on-failure
volumes:
- icingaweb:/data
Expand All @@ -98,7 +98,7 @@ services:
init-icinga2:
command: [ "/config/init-icinga2.sh" ]
environment: *icinga2-environment
image: icinga/icinga2
image: icinga/icinga2:2.14.0
logging: *default-logging
volumes:
- icinga2:/data
Expand All @@ -112,7 +112,7 @@ services:
- icingadb-redis
- init-icinga2
environment: *icinga2-environment
image: icinga/icinga2
image: icinga/icinga2:2.14.0
logging: *default-logging
ports:
- 5665:5665
Expand All @@ -132,11 +132,11 @@ services:
depends_on:
- mysql
- icingadb-redis
image: icinga/icingadb
image: icinga/icingadb@sha256:be9f88bd13e6d424355217ee2d416b74c82a46258a345109925543559648352f
logging: *default-logging

icingadb-redis:
image: redis
image: redis@sha256:08a82d4bf8a8b4dd94e8f5408cdbad9dd184c1cf311d34176cd3e9972c43f872
logging: *default-logging

icingaweb:
Expand All @@ -146,14 +146,15 @@ services:
icingaweb.enabledModules: director, icingadb, incubator
<<: [*icinga-db-web-config, *icinga-director-config, *icinga-web-config]
logging: *default-logging
image: icinga/icingaweb2
image: icinga/icingaweb2:2.11.4
ports:
- 8080:8080
# Restart Icinga Web container automatically since we have to wait for the database to be ready.
# Please note that this needs a more sophisticated solution.
restart: on-failure
volumes:
- icingaweb:/data
- log:/var/log

mysql:
image: mariadb:10.7
Expand All @@ -171,4 +172,5 @@ services:
volumes:
icinga2:
icingaweb:
log:
mysql: