xd
This commit is contained in:
parent
28fca62c99
commit
c029b02d53
1 changed files with 2 additions and 2 deletions
|
@ -49,12 +49,13 @@ x-common-anubis-env: &common-anubis-env
|
|||
SERVE_ROBOTS_TXT: "true"
|
||||
BIND: "0.0.0.0:4000"
|
||||
METRICS_BIND: "0.0.0.0:9090"
|
||||
ED25519_PRIVATE_KEY_HEX: "968d74c86d663b499bdfcfd843c6a3489ed94b66005c5c3fdb42a455f596908b"
|
||||
POLICY_FNAME: "/data/cfg/botPolicy.json"
|
||||
|
||||
x-common-anubis: &common-anubis
|
||||
image: git.nadeko.net/fijxu/anubis:latest
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- "./botPolicy.json:/data/cfg/botPolicy.json:ro"
|
||||
labels:
|
||||
|
@ -77,7 +78,6 @@ services:
|
|||
environment:
|
||||
<<: *common-anubis-env
|
||||
TARGET: "http://invidious:3000"
|
||||
COOKIE: "anubis.inv1"
|
||||
networks: ["invidious"]
|
||||
ports:
|
||||
- 127.0.0.1:9051:9090
|
||||
|
|
Loading…
Add table
Reference in a new issue