Update Traefik and TinyAuth images to latest versions#565
Update Traefik and TinyAuth images to latest versions#565Showfom wants to merge 2 commits intosteveiliop56:mainfrom
Conversation
📝 WalkthroughWalkthroughUpdated example Docker Compose: Traefik image tag changed to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Fix all issues with AI Agents
In @docker-compose.example.yml:
- Line 4: The docker-compose example uses a floating Traefik tag ("image:
traefik:v3"), which makes builds non-reproducible; update the image tag to a
specific pinned version (e.g., "traefik:v3.6.6") in this file and also update
the corresponding reference in docker-compose.dev.yml (which currently uses
"traefik:v3.3") so both files consistently pin to the same stable v3.x release.
- Line 21: The docker-compose service using image
ghcr.io/steveiliop56/tinyauth:v4 uses v3 env names and is missing a required
secret: rename TINYAUTH_APPURL to APP_URL and TINYAUTH_AUTH_USERS to USERS
(ensure the value is in the v4 user:hashed_password format), and add either
SECRET (32-char random string) or SECRET_FILE to the tinyauth environment block
for session signing; keep the existing volume mount for persistence and leave
the Traefik middleware address (/api/auth/traefik) unchanged.
|
This PR has been inactive for 30 days and will be marked as stale. |
|
Hello @Showfom! Thank you for the pull request. The versions in the main branch are correct. It is the development one and thus you should not use any examples from within it. For the most up-to-date configuration options and versions, please consult the documentation. |
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.