From 0641e71c37b191eae0229f2affa3e397d527cf34 Mon Sep 17 00:00:00 2001 From: sascha Date: Tue, 28 Apr 2026 07:45:49 +0200 Subject: [PATCH] initial compose.yaml - wg-portal deployment --- compose.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..88bb43c --- /dev/null +++ b/compose.yaml @@ -0,0 +1,17 @@ +--- +services: + wg-portal: + image: wgportal/wg-portal:v2 + container_name: wg-portal + restart: unless-stopped + logging: + options: + max-size: "10m" + max-file: "3" + cap_add: + - NET_ADMIN + network_mode: "host" + volumes: + - /etc/wireguard:/etc/wireguard # Direkter Zugriff auf WireGuard Interface + - ./config.yml:/app/config/config.yml:ro # Unsere Config + - ./data:/app/data # SQLite DB persistieren