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