@@ -88,7 +88,7 @@ services:
8888 icingacli director daemon run
8989 entrypoint : []
9090 logging : *default-logging
91- image : icinga/icingaweb2
91+ image : icinga/icingaweb2:2.11.4
9292 restart : on-failure
9393 volumes :
9494 - icingaweb:/data
@@ -98,7 +98,7 @@ services:
9898 init-icinga2 :
9999 command : [ "/config/init-icinga2.sh" ]
100100 environment : *icinga2-environment
101- image : icinga/icinga2
101+ image : icinga/icinga2:2.14.0
102102 logging : *default-logging
103103 volumes :
104104 - icinga2:/data
@@ -112,7 +112,7 @@ services:
112112 - icingadb-redis
113113 - init-icinga2
114114 environment : *icinga2-environment
115- image : icinga/icinga2
115+ image : icinga/icinga2:2.14.0
116116 logging : *default-logging
117117 ports :
118118 - 5665:5665
@@ -132,11 +132,11 @@ services:
132132 depends_on :
133133 - mysql
134134 - icingadb-redis
135- image : icinga/icingadb
135+ image : icinga/icingadb@sha256:be9f88bd13e6d424355217ee2d416b74c82a46258a345109925543559648352f
136136 logging : *default-logging
137137
138138 icingadb-redis :
139- image : redis
139+ image : redis@sha256:08a82d4bf8a8b4dd94e8f5408cdbad9dd184c1cf311d34176cd3e9972c43f872
140140 logging : *default-logging
141141
142142 icingaweb :
@@ -146,13 +146,14 @@ services:
146146 icingaweb.enabledModules : director, icingadb, incubator
147147 << : [*icinga-db-web-config, *icinga-director-config, *icinga-web-config]
148148 logging : *default-logging
149- image : icinga/icingaweb2
149+ image : icinga/icingaweb2:2.11.4
150150 ports :
151151 - 8080:8080
152152 # Restart Icinga Web container automatically since we have to wait for the database to be ready.
153153 # Please note that this needs a more sophisticated solution.
154154 restart : on-failure
155155 volumes :
156+ - log:/var/log
156157 - icingaweb:/data
157158
158159 mysql :
@@ -169,6 +170,7 @@ services:
169170 - ./env/mysql/:/docker-entrypoint-initdb.d/
170171
171172volumes :
173+ log :
172174 icinga2 :
173175 icingaweb :
174176 mysql :
0 commit comments