mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-01-19 00:35:33 +01:00
21 lines
357 B
YAML
21 lines
357 B
YAML
|
services:
|
||
|
gluetun:
|
||
|
image: qmcgaw/gluetun
|
||
|
container_name: gluetun
|
||
|
cap_add:
|
||
|
- NET_ADMIN
|
||
|
environment:
|
||
|
- VPN_SERVICE_PROVIDER=custom
|
||
|
- VPN_TYPE=wireguard
|
||
|
volumes:
|
||
|
- ${APPS_DIR}/gluetun:/gluetun
|
||
|
networks:
|
||
|
- gluetun
|
||
|
ports:
|
||
|
# qbittorrent
|
||
|
- '8183:8183'
|
||
|
|
||
|
networks:
|
||
|
gluetun:
|
||
|
name: gluetun
|