Files

35 lines
993 B
YAML

# alternative frontend to pinterest, coded by ahwx. kept up until my project pinata becomes well known
services:
binternet:
container_name: binternet
image: binternet
cap_drop:
- ALL
security_opt:
- no-new-privileges:true
ports:
- "127.0.0.1:6601:8080" # change first as needed
networks:
- binternet
anubis:
image: ghcr.io/techarohq/anubis:main
environment:
BIND: ":8080"
DIFFICULTY: "5"
METRICS_BIND: ":9090"
SERVE_ROBOTS_TXT: "true"
TARGET: "http://binternet:8080"
POLICY_FNAME: "/data/cfg/botPolicy.yaml"
OG_PASSTHROUGH: "true"
OG_EXPIRY_TIME: "24h"
volumes:
- "/home/nune/anubis-rules/botPolicy.yaml:/data/cfg/botPolicy.yaml:ro"
- "/home/nune/anubis-rules/amazonips.yaml:/amazonips.yaml"
- "/home/nune/anubis-rules/oracleips.yaml:/oracleips.yaml"
ports:
- "127.0.0.1:6600:8080"
networks:
- binternet
networks:
binternet:
driver: bridge