docker-compose-configs/invidious/inv_sig_helper/docker-compose.yml

17 lines
334 B
YAML
Raw Normal View History

2024-09-03 23:02:49 -04:00
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