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: depends_on:
- oauth2-proxy - oauth2-proxy
container_name: nginx container_name: nginx
image: nginx:1.27 image: nginx:1.28
restart: unless-stopped restart: unless-stopped
ports: ports:
- 80:80/tcp - 80:80/tcp

View File

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