Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 11, 2024
1 parent 3240e6b commit cb6acf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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:3.0.4
image: traefik:v3.1.2
container_name: "traefik"
command:
#- "--log.level=DEBUG"
Expand Down Expand Up @@ -43,7 +43,7 @@ services:
restart: always
init: true
db:
image: postgres:16.3-alpine3.20
image: postgres:16.4-alpine3.20
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:3.0.4
image: traefik:v3.1.2
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.30.5-alpine
image: vaultwarden/server:1.32.0-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:16.3-alpine3.20
image: postgres:16.4-alpine3.20
container_name: vaultwarden-db
restart: unless-stopped
environment:
Expand Down

0 comments on commit cb6acf8

Please sign in to comment.