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