revert 0af783524e
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 42s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 42s
reverting anubis for now
This commit is contained in:
@@ -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/botPolicy.yaml" # Changed path
|
POLICY_FNAME: "/data/cfg/botPolicy.yaml"
|
||||||
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/botPolicy.yaml:ro" # Changed path
|
- "./botPolicy.yaml:/data/cfg/botPolicy.yaml:ro"
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user