Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit f1133578 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

chore: update dependencies

parent de109f8c
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
services:
  db:
    image: postgres:16.10-alpine
    image: postgres:17.7-alpine
    restart: unless-stopped
    environment:
      - POSTGRES_DB=${DB_NAME}
@@ -21,7 +21,7 @@ services:
      - worker-network

  redis:
    image: redis:7.4-alpine
    image: redis:8.4-alpine
    restart: unless-stopped
    healthcheck:
      test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ]
@@ -32,7 +32,7 @@ services:
      - worker-network

  syslog:
    image: grafana/alloy:v1.11.3
    image: grafana/alloy:v1.12.0
    restart: unless-stopped
    volumes:
      - ./config/alloy/config.alloy:/etc/alloy/config.alloy
@@ -67,7 +67,7 @@ services:
      - nextcloud
  
  documentserver:
    image: onlyoffice/documentserver:9.1
    image: onlyoffice/documentserver:9.2
    restart: unless-stopped
    depends_on:
      db: