Skip to content

Commit 08b4cfe

Browse files
authored
Remove duplicate settings from docker-compose.https.yml (#9028)
These are unnecessary and when they're not updated in sync with `docker-compose.yml` (like now) they cause HTTPS deployments to use an outdated version of Traefik.
1 parent 559178e commit 08b4cfe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changelog.d/20250130_185457_roman.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Fixed
2+
3+
- \[Compose\] An outdated version of Traefik is no longer used in
4+
deployments with HTTPS enabled
5+
(<https://github.com/cvat-ai/cvat/pull/9028>)

docker-compose.https.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ services:
1414
- traefik.http.routers.cvat-ui.tls.certresolver=lets-encrypt
1515

1616
traefik:
17-
image: traefik:v2.9
18-
container_name: traefik
1917
environment:
2018
TRAEFIK_ENTRYPOINTS_web_ADDRESS: :80
2119
TRAEFIK_ENTRYPOINTS_web_HTTP_REDIRECTIONS_ENTRYPOINT_TO: websecure

0 commit comments

Comments
 (0)