trying to fix anubis issues
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 43s

This commit is contained in:
2025-06-01 22:54:06 +02:00
parent c305c8d3ad
commit 0af783524e

View File

@@ -8,7 +8,7 @@ services:
METRICS_BIND: ":9090" METRICS_BIND: ":9090"
SERVE_ROBOTS_TXT: "true" SERVE_ROBOTS_TXT: "true"
TARGET: "http://nginx" TARGET: "http://nginx"
POLICY_FNAME: "/data/cfg/botPolicy.yaml" POLICY_FNAME: "/data/botPolicy.yaml" # Changed path
OG_PASSTHROUGH: "true" OG_PASSTHROUGH: "true"
OG_EXPIRY_TIME: "24h" OG_EXPIRY_TIME: "24h"
labels: labels:
@@ -21,7 +21,7 @@ services:
- "traefik.http.services.blog.loadbalancer.server.port=80" - "traefik.http.services.blog.loadbalancer.server.port=80"
- "traefik.docker.network=web" - "traefik.docker.network=web"
volumes: volumes:
- "./botPolicy.yaml:/data/cfg/botPolicy.yaml:ro" - "./botPolicy.yaml:/data/botPolicy.yaml:ro" # Changed path
nginx: nginx:
image: nginx:alpine image: nginx:alpine
restart: always restart: always