docker-compose-configs/invidious/inv_sig_helper/docker-compose.yml
2024-09-12 15:44:34 -03:00

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: