app-store/apps/tautulli/docker-compose.yml
renovate[bot] 983ae43201
chore(deps): update lscr.io/linuxserver/tautulli docker tag to v2.10.5 (#151)
* chore(deps): update lscr.io/linuxserver/tautulli docker tag to v2.10.5

* Update app version

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2022-11-11 19:51:42 +00:00

23 lines
767 B
YAML

version: "2.1"
services:
tautulli:
container_name: tautulli
image: lscr.io/linuxserver/tautulli:2.10.5
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ} # Can use any env variable. List in runtipi/templates/env-sample
volumes:
- ${APP_DATA_DIR}/data/config:/config
ports:
- ${APP_PORT}:8181
restart: unless-stopped
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.tautulli.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.tautulli.entrypoints: websecure
traefik.http.routers.tautulli.service: tautulli
traefik.http.routers.tautulli.tls.certresolver: myresolver
traefik.http.services.tautulli.loadbalancer.server.port: 8181