Skip to content

Instantly share code, notes, and snippets.

View willquill's full-sized avatar

Will Coquillette willquill

View GitHub Profile
@willquill
willquill / gist:2d2f79e674eae10f66d3fe2608f4c9dd
Created June 2, 2023 00:56
Overseerr and Tautulli traefik proxy docker compose
overseerr:
image: lscr.io/linuxserver/overseerr
container_name: overseerr
restart: unless-stopped
depends_on:
- traefik
networks:
- proxy
labels:
- "traefik.enable=true"