From d57418879c49d772e9cee4f1b823b977699b7dd0 Mon Sep 17 00:00:00 2001 From: Didier Date: Fri, 30 Dec 2022 12:36:45 +0000 Subject: [PATCH] removed wireguard in favour of baremetal wg --- docker-compose.base.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/docker-compose.base.yml b/docker-compose.base.yml index f173cd7..7f7382d 100644 --- a/docker-compose.base.yml +++ b/docker-compose.base.yml @@ -44,31 +44,3 @@ services: # - production networks: proxy: - - wireguard: - image: lscr.io/linuxserver/wireguard:latest - container_name: wireguard - cap_add: - - NET_ADMIN - - SYS_MODULE - environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/Amsterdam - - SERVERURL=neo.faulty.nl - - SERVERPORT=51820 - - PEERS=1 - - PEERDNS=auto - - INTERNAL_SUBNET=10.13.13.0 - - ALLOWEDIPS=0.0.0.0/0 - - LOG_CONFS=true - volumes: - - /srv/wireguard/config:/config - - /lib/modules:/lib/modules - ports: - - 51820:51820/udp - # profiles: - # - production - sysctls: - - net.ipv4.conf.all.src_valid_mark=1 - restart: unless-stopped \ No newline at end of file