Fix docker-compose.yml: add restart policies, env vars, and missing configs#30
Conversation
…onfigs - Remove deprecated version: '3.8' field - Reorganize section headers (Media Server, Monitoring, Media Management, Stream Tracking) - Add restart: unless-stopped to all services - Add PUID/PGID/TZ/PLEX_CLAIM environment variables to Plex - Fix Watchtower: mount /var/run/docker.sock volume - Add TZ environment variable to all services - Add missing port mappings (Tautulli 8181, Requestrr 4545, Transmission 9091) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 21 minutes and 43 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Summary
version: '3.8'field (unnecessary in Docker Compose v2+)restart: unless-stoppedto all services (previously only Seerr, Tracearr, TimescaleDB, Redis had it)PUID,PGID,TZ,PLEX_CLAIMenvironment variables to Plex service/var/run/docker.sock(required for it to detect and update containers)TZenvironment variable to all services for consistent timezone handling8181), Requestrr (4545), Transmission (9091)Test plan
docker compose configto validate the compose filedocker compose up -dand verify all services start🤖 Generated with Claude Code