Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate settings from docker-compose.https.yml
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.
SpecLad committed Jan 30, 2025
1 parent 2ca90b0 commit 067d6d7
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
@@ -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

0 comments on commit 067d6d7

Please sign in to comment.