We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5037fe8 commit 67b000bCopy full SHA for 67b000b
services/director-v2/src/simcore_service_director_v2/core/settings.py
@@ -95,7 +95,7 @@ class CelerySettings(BaseCelerySettings):
95
96
class DynamicSidecarTraefikSettings(BaseCustomSettings):
97
DYNAMIC_SIDECAR_TRAEFIK_VERSION: str = Field(
98
- "v2.2.1",
+ "v2.4.13",
99
description="current version of the Traefik image to be pulled and used from dockerhub",
100
)
101
DYNAMIC_SIDECAR_TRAEFIK_LOGLEVEL: str = Field(
services/docker-compose.yml
@@ -394,7 +394,7 @@ services:
394
retries: 50
395
396
traefik:
397
- image: traefik:v2.2.1
+ image: traefik:v2.4.13
398
init: true
399
command:
400
- "--api=true"
0 commit comments