Skip to content

Fix docker-compose.yml: add restart policies, env vars, and missing configs#30

Merged
joshdev8 merged 1 commit into
mainfrom
fix/docker-compose-improvements
Apr 1, 2026
Merged

Fix docker-compose.yml: add restart policies, env vars, and missing configs#30
joshdev8 merged 1 commit into
mainfrom
fix/docker-compose-improvements

Conversation

@joshdev8
Copy link
Copy Markdown
Owner

@joshdev8 joshdev8 commented Apr 1, 2026

Summary

  • Remove deprecated version: '3.8' field (unnecessary in Docker Compose v2+)
  • Reorganize section headers for clarity: Media Server, Monitoring, Media Management, Media Center, Downloading, Error Monitoring, Stream Tracking
  • Add restart: unless-stopped to all services (previously only Seerr, Tracearr, TimescaleDB, Redis had it)
  • Add PUID, PGID, TZ, PLEX_CLAIM environment variables to Plex service
  • Fix Watchtower by mounting /var/run/docker.sock (required for it to detect and update containers)
  • Add TZ environment variable to all services for consistent timezone handling
  • Add missing port mappings: Tautulli (8181), Requestrr (4545), Transmission (9091)

Test plan

  • Run docker compose config to validate the compose file
  • Run docker compose up -d and verify all services start
  • Verify Watchtower can detect and update containers
  • Verify Tautulli, Requestrr, and Transmission are accessible on their new ports

🤖 Generated with Claude Code

…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>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 1, 2026

Warning

Rate limit exceeded

@joshdev8 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 43 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a4a0255b-8b73-4e67-9475-febb8f181a0f

📥 Commits

Reviewing files that changed from the base of the PR and between 1b7689b and 127db00.

📒 Files selected for processing (1)
  • docker-compose.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/docker-compose-improvements

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@joshdev8 joshdev8 merged commit dbcc897 into main Apr 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant