17 lines
334 B
YAML
17 lines
334 B
YAML
|
services:
|
||
|
inv_sig_helper:
|
||
|
image: quay.io/invidious/inv-sig-helper
|
||
|
container_name: invidious-signature-helper
|
||
|
restart: unless-stopped
|
||
|
init: true
|
||
|
command: ["--tcp", "0.0.0.0:12999"]
|
||
|
environment:
|
||
|
- RUST_LOG=info
|
||
|
deploy:
|
||
|
replicas: 4
|
||
|
|
||
|
networks:
|
||
|
default:
|
||
|
name: invidious
|
||
|
external: true
|