@@ -88,7 +88,7 @@ services:
88
88
icingacli director daemon run
89
89
entrypoint : []
90
90
logging : *default-logging
91
- image : icinga/icingaweb2
91
+ image : icinga/icingaweb2:2.11.4
92
92
restart : on-failure
93
93
volumes :
94
94
- icingaweb:/data
@@ -98,7 +98,7 @@ services:
98
98
init-icinga2 :
99
99
command : [ "/config/init-icinga2.sh" ]
100
100
environment : *icinga2-environment
101
- image : icinga/icinga2
101
+ image : icinga/icinga2:2.14.0
102
102
logging : *default-logging
103
103
volumes :
104
104
- icinga2:/data
@@ -112,7 +112,7 @@ services:
112
112
- icingadb-redis
113
113
- init-icinga2
114
114
environment : *icinga2-environment
115
- image : icinga/icinga2
115
+ image : icinga/icinga2:2.14.0
116
116
logging : *default-logging
117
117
ports :
118
118
- 5665:5665
@@ -132,11 +132,11 @@ services:
132
132
depends_on :
133
133
- mysql
134
134
- icingadb-redis
135
- image : icinga/icingadb
135
+ image : icinga/icingadb@sha256:be9f88bd13e6d424355217ee2d416b74c82a46258a345109925543559648352f
136
136
logging : *default-logging
137
137
138
138
icingadb-redis :
139
- image : redis
139
+ image : redis@sha256:08a82d4bf8a8b4dd94e8f5408cdbad9dd184c1cf311d34176cd3e9972c43f872
140
140
logging : *default-logging
141
141
142
142
icingaweb :
@@ -146,13 +146,14 @@ services:
146
146
icingaweb.enabledModules : director, icingadb, incubator
147
147
<< : [*icinga-db-web-config, *icinga-director-config, *icinga-web-config]
148
148
logging : *default-logging
149
- image : icinga/icingaweb2
149
+ image : icinga/icingaweb2:2.11.4
150
150
ports :
151
151
- 8080:8080
152
152
# Restart Icinga Web container automatically since we have to wait for the database to be ready.
153
153
# Please note that this needs a more sophisticated solution.
154
154
restart : on-failure
155
155
volumes :
156
+ - log:/var/log
156
157
- icingaweb:/data
157
158
158
159
mysql :
@@ -169,6 +170,7 @@ services:
169
170
- ./env/mysql/:/docker-entrypoint-initdb.d/
170
171
171
172
volumes :
173
+ log :
172
174
icinga2 :
173
175
icingaweb :
174
176
mysql :
0 commit comments