networks: traefik: external: true services: teamarr: container_name: teamarr image: ghcr.io/egyptiangio/teamarr:latest restart: unless-stopped networks: - traefik environment: - "TZ={{ timezone }}" volumes: - "{{ data_dir }}/teamarr:/app/data" labels: traefik.enable: true traefik.http.routers.teamarr.rule: "Host(`teamarr.local.{{ personal_domain }}`)" traefik.http.routers.teamarr.middlewares: lan-whitelist@file traefik.http.services.teamarr.loadbalancer.server.port: 9195