chore(deps): update images tags in compose

This commit is contained in:
ITQ
2025-07-22 21:58:06 +03:00
parent 8549700752
commit 05029106f6
+19 -13
View File
@@ -33,6 +33,7 @@ services:
published: 8080 published: 8080
host_ip: 127.0.0.1 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
app_protocol: http
restart: unless-stopped restart: unless-stopped
backend-initdb: backend-initdb:
@@ -81,6 +82,7 @@ services:
published: 13241 published: 13241
host_ip: 127.0.0.1 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
app_protocol: http
restart: unless-stopped restart: unless-stopped
backend-celery-worker: backend-celery-worker:
@@ -108,7 +110,8 @@ services:
restart: unless-stopped restart: unless-stopped
celery-exporter: celery-exporter:
image: docker.io/danihodovic/celery-exporter:0.11.1 image: docker.io/danihodovic/celery-exporter:0.12.2
command: --retry-interval=5
depends_on: depends_on:
redis: redis:
restart: false restart: false
@@ -173,7 +176,7 @@ services:
target: /data target: /data
redis-exporter: redis-exporter:
image: docker.io/oliver006/redis_exporter:v1.67.0-alpine image: docker.io/oliver006/redis_exporter:v1.74.0-alpine
depends_on: depends_on:
redis: redis:
restart: false restart: false
@@ -188,7 +191,7 @@ services:
shm_size: 4mb shm_size: 4mb
postgres: postgres:
image: docker.io/postgres:17-alpine3.21 image: docker.io/postgres:17-alpine3.22
configs: configs:
- source: postgres_config - source: postgres_config
target: /etc/postgresql/postgresql.conf target: /etc/postgresql/postgresql.conf
@@ -216,7 +219,7 @@ services:
target: /var/lib/postgresql/data target: /var/lib/postgresql/data
postgres-exporter: postgres-exporter:
image: quay.io/prometheuscommunity/postgres-exporter:v0.16.0 image: quay.io/prometheuscommunity/postgres-exporter:v0.17.1
depends_on: depends_on:
postgres: postgres:
restart: false restart: false
@@ -231,9 +234,9 @@ services:
shm_size: 4mb shm_size: 4mb
pgadmin: pgadmin:
image: docker.io/dpage/pgadmin4:9 image: docker.io/dpage/pgadmin4:9.5
configs: configs:
- source: pgadmin_servers - source: pgadmin_servers_config
target: /pgadmin4/servers.json target: /pgadmin4/servers.json
depends_on: depends_on:
postgres: postgres:
@@ -258,6 +261,7 @@ services:
published: 13242 published: 13242
host_ip: 127.0.0.1 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
app_protocol: http
restart: unless-stopped restart: unless-stopped
secrets: secrets:
- source: pgadmin_password - source: pgadmin_password
@@ -269,7 +273,7 @@ services:
target: /var/lib/pgadmin target: /var/lib/pgadmin
grafana: grafana:
image: docker.io/grafana/grafana-oss:11.5.0 image: docker.io/grafana/grafana-oss:12.0.2
configs: configs:
- source: grafana_config - source: grafana_config
target: /usr/share/grafana/conf/defaults.ini target: /usr/share/grafana/conf/defaults.ini
@@ -287,6 +291,7 @@ services:
published: 13243 published: 13243
host_ip: 127.0.0.1 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
app_protocol: http
restart: unless-stopped restart: unless-stopped
shm_size: 4mb shm_size: 4mb
volumes: volumes:
@@ -301,9 +306,8 @@ services:
target: /etc/grafana/scripts target: /etc/grafana/scripts
prometheus: prometheus:
image: docker.io/prom/prometheus:v3.1.0 image: docker.io/prom/prometheus:v3.5.0
command: command: --config.file=/etc/prometheus/prometheus.yaml
- "--config.file=/etc/prometheus/prometheus.yaml"
configs: configs:
- source: prometheus_config - source: prometheus_config
target: /etc/prometheus/prometheus.yaml target: /etc/prometheus/prometheus.yaml
@@ -320,6 +324,7 @@ services:
published: 13244 published: 13244
host_ip: 127.0.0.1 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
app_protocol: http
restart: unless-stopped restart: unless-stopped
shm_size: 4mb shm_size: 4mb
volumes: volumes:
@@ -328,8 +333,8 @@ services:
target: /prometheus target: /prometheus
minio: minio:
image: docker.io/minio/minio:RELEASE.2025-07-18T21-56-31Z
command: server --console-address ":9001" command: server --console-address ":9001"
image: docker.io/minio/minio:RELEASE.2025-02-03T21-03-04Z
healthcheck: healthcheck:
test: ["CMD", "mc", "ready", "local"] test: ["CMD", "mc", "ready", "local"]
interval: 1m30s interval: 1m30s
@@ -348,18 +353,19 @@ services:
published: 13245 published: 13245
host_ip: 127.0.0.1 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
app_protocol: http
- name: console - name: console
target: 9001 target: 9001
published: 13246 published: 13246
host_ip: 127.0.0.1 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
app_protocol: http
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- type: volume - type: volume
source: minio_data source: minio_data
target: /data target: /data
volumes: volumes:
redis_data: redis_data:
postgres_data: postgres_data:
@@ -373,7 +379,7 @@ configs:
file: ./infrastructure/redis/redis.conf file: ./infrastructure/redis/redis.conf
postgres_config: postgres_config:
file: ./infrastructure/postgres/postgresql.conf file: ./infrastructure/postgres/postgresql.conf
pgadmin_servers: pgadmin_servers_config:
file: ./infrastructure/pgadmin/servers.json file: ./infrastructure/pgadmin/servers.json
grafana_config: grafana_config:
file: ./infrastructure/grafana/grafana.ini file: ./infrastructure/grafana/grafana.ini