Files
homelab-docs/homelab/vpn-route-check/docker-compose.yml
2026-02-23 16:47:17 +03:00

18 lines
477 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
services:
vpn-route-check:
build: .
container_name: vpn-route-check
network_mode: host
environment:
ROUTER_TELNET_HOST: "192.168.1.1"
ROUTER_TELNET_USER: "admin"
ROUTER_TELNET_PASSWORD: "eC1cLwZPRoDVEY1"
volumes:
- vpn-route-check-data:/data
# опционально: свой список доменов с хоста
# - ./domains.txt:/app/domains.txt:ro
restart: unless-stopped
volumes:
vpn-route-check-data: