Created
August 15, 2020 23:52
-
-
Save Roman2K/4704c24288623ffced31e4b9b9f715fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qbt: | |
image: guillaumedsde/alpine-qbittorrent-openvpn:latest | |
volumes: | |
- "qbt:/config" | |
- "../conf/qbt/romania.ovpn:/config/openvpn/config.ovpn" | |
- "$HOME/mnt/data/torrents:/downloads" | |
- "/etc/localtime:/etc/localtime:ro" | |
environment: | |
OPENVPN_USERNAME: "[email protected]" | |
OPENVPN_PASSWORD: "JpG8EcKy" | |
PUID: 1000 | |
PGID: 1000 | |
QBT_WEBUI_PORT: 8811 | |
DNS: 192.168.122.1 | |
LAN: 192.168.122.0/24 | |
HEALTH_CHECK_HOST: google.com | |
OPENVPN_OPTS: "--inactive 3600 --ping 10 --ping-exit 60" | |
cap_add: | |
- NET_ADMIN | |
labels: | |
hostmap.enable: true | |
hostmap.port: 8811 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment