mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-01-18 16:25:35 +01:00
23 lines
397 B
YAML
23 lines
397 B
YAML
services:
|
|
gluetun:
|
|
image: qmcgaw/gluetun:v3.38
|
|
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"
|
|
# slskd
|
|
- "5030:5030"
|
|
|
|
networks:
|
|
gluetun:
|
|
name: gluetun
|