Skip to content

Commit

Permalink
Remove duplicate settings from docker-compose.https.yml (#9028)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SpecLad authored Jan 31, 2025
1 parent 559178e commit 08b4cfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.d/20250130_185457_roman.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Fixed

- \[Compose\] An outdated version of Traefik is no longer used in
deployments with HTTPS enabled
(<https://github.com/cvat-ai/cvat/pull/9028>)
2 changes: 0 additions & 2 deletions docker-compose.https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ services:
- traefik.http.routers.cvat-ui.tls.certresolver=lets-encrypt

traefik:
image: traefik:v2.9
container_name: traefik
environment:
TRAEFIK_ENTRYPOINTS_web_ADDRESS: :80
TRAEFIK_ENTRYPOINTS_web_HTTP_REDIRECTIONS_ENTRYPOINT_TO: websecure
Expand Down

0 comments on commit 08b4cfe

Please sign in to comment.