-
-
Notifications
You must be signed in to change notification settings - Fork 211
Update Traefik and TinyAuth images to latest versions #565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.