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"
|
SERVE_ROBOTS_TXT: "true"
|
||||||
BIND: "0.0.0.0:4000"
|
BIND: "0.0.0.0:4000"
|
||||||
METRICS_BIND: "0.0.0.0:9090"
|
METRICS_BIND: "0.0.0.0:9090"
|
||||||
ED25519_PRIVATE_KEY_HEX: "968d74c86d663b499bdfcfd843c6a3489ed94b66005c5c3fdb42a455f596908b"
|
|
||||||
POLICY_FNAME: "/data/cfg/botPolicy.json"
|
POLICY_FNAME: "/data/cfg/botPolicy.json"
|
||||||
|
|
||||||
x-common-anubis: &common-anubis
|
x-common-anubis: &common-anubis
|
||||||
image: git.nadeko.net/fijxu/anubis:latest
|
image: git.nadeko.net/fijxu/anubis:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
- "./botPolicy.json:/data/cfg/botPolicy.json:ro"
|
- "./botPolicy.json:/data/cfg/botPolicy.json:ro"
|
||||||
labels:
|
labels:
|
||||||
|
@ -77,7 +78,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
<<: *common-anubis-env
|
<<: *common-anubis-env
|
||||||
TARGET: "http://invidious:3000"
|
TARGET: "http://invidious:3000"
|
||||||
COOKIE: "anubis.inv1"
|
|
||||||
networks: ["invidious"]
|
networks: ["invidious"]
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:9051:9090
|
- 127.0.0.1:9051:9090
|
||||||
|
|
Loading…
Add table
Reference in a new issue