chore(deps): update docker-compose (#3038)

This commit is contained in:
renovate[bot] 2025-04-24 14:01:29 +02:00 committed by GitHub
parent 07b60b1553
commit 3afae76103
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ services:
depends_on:
- oauth2-proxy
container_name: nginx
image: nginx:1.27
image: nginx:1.28
restart: unless-stopped
ports:
- 80:80/tcp

View File

@ -34,7 +34,7 @@ services:
# Reverse proxy
gateway:
container_name: traefik
image: traefik:v2.11.22
image: traefik:v2.11.24
volumes:
- "./traefik:/etc/traefik"
ports: