revert 0af783524e
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 42s

reverting anubis for now
This commit is contained in:
2025-06-01 23:04:36 +02:00
parent 0af783524e
commit cc44af4acc

View File

@@ -8,7 +8,7 @@ services:
METRICS_BIND: ":9090"
SERVE_ROBOTS_TXT: "true"
TARGET: "http://nginx"
POLICY_FNAME: "/data/botPolicy.yaml" # Changed path
POLICY_FNAME: "/data/cfg/botPolicy.yaml"
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/botPolicy.yaml:ro" # Changed path
- "./botPolicy.yaml:/data/cfg/botPolicy.yaml:ro"
nginx:
image: nginx:alpine
restart: always