--- version: "3.8" services: app: deploy: labels: - "traefik.http.middlewares.anubis.forwardauth.address=http://anubis:8080/.within.website/x/cmd/anubis/api/check" anubis: image: "ghcr.io/techarohq/anubis:v1.24.0" environment: BIND: ":8080" TARGET: " " REDIRECT_DOMAINS: "${ANUBIS_REDIRECT_DOMAINS}" COOKIE_DOMAIN: "${ANUBIS_COOKIE_DOMAIN}" PUBLIC_URL: "https://${ANUBIS_DOMAIN}" OG_PASSTHROUGH: "${ANUBIS_OG_PASSTHROUGH}" OG_EXPIRY_TIME: "${ANUBIS_OG_EXPIRY_TIME}" OG_CACHE_CONSIDER_HOST: "${ANUBIS_OG_CACHE_CONSIDER_HOST}" SERVE_ROBOTS_TXT: "${ANUBIS_SERVE_ROBOTS_TXT}" networks: - proxy deploy: labels: - "traefik.enable=true" - "traefik.http.routers.anubis.rule=Host(`${ANUBIS_DOMAIN}`)" - "traefik.http.routers.anubis.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.anubis.entrypoints=web-secure" - "traefik.http.services.anubis.loadbalancer.server.port=8080" - "traefik.http.routers.anubis.service=anubis"