services: tautulli: image: ghcr.io/tautulli/tautulli container_name: tautulli volumes: - /home/fejy/docker/tautulli:/config environment: - PUID=1029 - PGID=1000 - TZ=Etc/UTC restart: unless-stopped networks: - proxy labels: - "traefik.enable=true" - "traefik.http.routers.tautulli.rule=Host(`tautulli.nearfuture`)" - "traefik.http.routers.tautulli.entrypoints=web" - "com.centurylinklabs.watchtower.scope=watch" networks: proxy: external: true