Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stacks/synapse/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- internal
postgres:
hostname: postgres
image: docker.io/postgres:18.0-alpine3.22
image: docker.io/postgres:18.2-alpine3.22
restart: unless-stopped
environment:
POSTGRES_DB: synapse
Expand All @@ -46,7 +46,7 @@ services:
- internal
synapse:
hostname: synapse
image: ghcr.io/element-hq/synapse:v1.141.0
image: ghcr.io/element-hq/synapse:v1.147.1
restart: unless-stopped
environment:
SYNAPSE_CONFIG_DIR: /config
Expand Down
4 changes: 2 additions & 2 deletions stacks/umami/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
traefik:
image: traefik:v3.6.7
image: traefik:v3.6.8
container_name: "traefik"
command:
#- "--log.level=DEBUG"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
restart: always
init: true
db:
image: postgres:18.1-alpine3.22
image: postgres:18.2-alpine3.22
environment:
POSTGRES_DB: umami
POSTGRES_USER: umami
Expand Down
6 changes: 3 additions & 3 deletions stacks/vaultwarden/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
traefik:
image: traefik:v3.6.7
image: traefik:v3.6.8
container_name: traefik
command:
#- "--log.level=DEBUG"
Expand Down Expand Up @@ -72,7 +72,7 @@ services:
- "traefik.http.routers.vw-websocket-http.service=vw-websocket"
- "traefik.http.services.vw-websocket.loadbalancer.server.port=3012"
vaultwarden:
image: vaultwarden/server:1.35.2-alpine
image: vaultwarden/server:1.35.3-alpine
container_name: vaultwarden
restart: unless-stopped
environment:
Expand All @@ -98,7 +98,7 @@ services:
volumes:
- /opt/docker/vaultwarden/data:/data
vaultwarden-db:
image: postgres:18.1-alpine3.22
image: postgres:18.2-alpine3.22
container_name: vaultwarden-db
restart: unless-stopped
environment:
Expand Down