qbittorrent-multiplexer/docker-compose.yaml
2025-02-06 19:29:30 +05:30

17 lines
No EOL
463 B
YAML

include:
- vpn-docker-compose.yaml
- qbittorrent-docker-compose.yaml
services:
qbittorrent-multiplexer:
container_name: qbittorrent-multiplexer
network_mode: "container:${VPN_SERVICE_NAME}"
environment:
COMPOSE_PROJECT_NAME: ${COMPOSE_PROJECT_NAME}
MULTIPLEXER_PORT: ${MULTIPLEXER_PORT}
volumes:
- ./config.yaml.example:/config/config.yaml
build: .
develop:
watch:
- action: rebuild
path: ./