File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : " 3.9"
22services :
33 nginx :
4- image : nginx
4+ image : nginx:1.21
55 container_name : nginx
66 restart : always
77 ports :
@@ -31,7 +31,7 @@ services:
3131 - shinyproxy-containers:/container-logs
3232
3333 grafana :
34- image : grafana/grafana:8 .0.6
34+ image : grafana/grafana:9 .0.2
3535 container_name : grafana
3636 restart : always
3737 user : root
@@ -50,14 +50,14 @@ services:
5050 - GF_USERS_ALLOW_SIGN_UP=false
5151
5252 redis :
53- image : redis:6 -alpine
53+ image : redis:7.0.2 -alpine
5454 container_name : redis
5555 restart : always
5656 sysctls :
5757 - net.core.somaxconn=65535
5858
5959 prometheus :
60- image : prom/prometheus
60+ image : prom/prometheus:v2.36.2
6161 container_name : prometheus
6262 restart : always
6363 volumes :
@@ -134,7 +134,7 @@ services:
134134 - dev
135135
136136 postgres :
137- image : postgres:12.8
137+ image : postgres:12.11
138138 container_name : postgres
139139 restart : always
140140 volumes :
@@ -146,7 +146,7 @@ services:
146146 - 5432:5432
147147
148148 clickhouse :
149- image : yandex/clickhouse-server:21.7 -alpine
149+ image : yandex/clickhouse-server:21.8 -alpine
150150 container_name : clickhouse
151151 restart : always
152152 volumes :
@@ -159,7 +159,7 @@ services:
159159 hard : 262144
160160
161161 plausible :
162- image : plausible/analytics:v1.4.2
162+ image : plausible/analytics:v1.4.4
163163 container_name : plausible
164164 restart : always
165165 command : sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh db init-admin && /entrypoint.sh run"
You can’t perform that action at this time.
0 commit comments