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