Is it possible to route traffic from only one docker container through wireguard?

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • openvpn-client

  • version: '3.5'services:vpn:container_name: vpnimage: dperson/openvpn-client# cap_add, security_opt, and volume required for the image to functioncap_add:- net_adminenvironment:TZ=Europe/Londonread_only: truetmpfs:- /run- /tmprestart: unless-stoppedsecurity_opt:- label:disablestdin_open: truetty: truevolumes:- /dev/net:/dev/net:z- ./vpn:/vpn# You will need to change this, read https://github.com/dperson/openvpn-client# -r is your CIDR network (I specify two to allow my other docker containers in)# -f should be set to your VPN port, all other ports get firewalled# -p is for port forwarding, so your torrent port forwards work.command: '-r 192.168.1.0/24 -r 172.19.0.0/16 -f 1302 -p 23009'# Since all the containers using the VPN share the same network interface# Ports forwarded here reach the deluge containerports:- 58846:58846- 8112:8112sysctls:- net.ipv6.conf.all.disable_ipv6=0 # Remove this if you don't want IPv6deluge:container_name: delugeimage: linuxserver/delugedepends_on:- vpnnetwork_mode: "service:vpn" # This is the magic line, use the vpn service for networking.restart: unless-stoppedvolumes:- ./config:/config- /path/to/Torrents:/Torrentsenvironment:- PUID=1000- PGID=1000- TZ=Europe/London- UMASK_SET=002- DELUGE_LOGLEVEL=error

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Getting Started with the Signaloid C0-MicroSD FPGA Platform – Hackster.io

    1 project | news.ycombinator.com | 4 May 2024
  • Stop tracking changes to certain files in Git

    1 project | dev.to | 4 May 2024
  • DeepRacer-for-Cloud v5.2.2 now available with new real-time training metrics

    2 projects | dev.to | 3 May 2024
  • Melhorando e configurando seu novo Shell linux. Pt-2

    5 projects | dev.to | 2 May 2024
  • Neofetch: A command-line system information tool written in bash 3.2

    1 project | news.ycombinator.com | 2 May 2024