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

17 lines
No EOL
455 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:/config/config.yaml
build: .
develop:
watch:
- action: rebuild
path: ./