mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-07-03 10:25:35 +02:00
Separate stacks, add ghostfolio, listmonk and qbittorrentvpn
This commit is contained in:
20
docker/additional-stacks/gluetun/gluetun.yml
Normal file
20
docker/additional-stacks/gluetun/gluetun.yml
Normal file
@ -0,0 +1,20 @@
|
||||
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'
|
||||
|
||||
networks:
|
||||
gluetun:
|
||||
name: gluetun
|
Reference in New Issue
Block a user