Skip to content
Merged
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/umami/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3'
services:
traefik:
image: traefik:v3.3.4
image: traefik:v3.4.3
container_name: "traefik"
command:
#- "--log.level=DEBUG"
Expand Down Expand Up @@ -43,7 +43,7 @@ services:
restart: always
init: true
db:
image: postgres:17.4-alpine3.20
image: postgres:17.5-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
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
traefik:
image: traefik:v3.3.4
image: traefik:v3.4.3
container_name: traefik
command:
#- "--log.level=DEBUG"
Expand Down Expand Up @@ -64,7 +64,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.33.2-alpine
image: vaultwarden/server:1.34.1-alpine
container_name: vaultwarden
restart: unless-stopped
environment:
Expand All @@ -90,7 +90,7 @@ services:
volumes:
- /opt/docker/vaultwarden/data:/data
vaultwarden-db:
image: postgres:17.4-alpine3.20
image: postgres:17.5-alpine3.22
container_name: vaultwarden-db
restart: unless-stopped
environment:
Expand Down