add: ignis, openvpn, wg-easy services

This commit is contained in:
2026-08-03 16:25:30 +00:00
parent c23891ed82
commit c052d06d63
3 changed files with 52 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
services:
wg-easy:
image: ghcr.io/wg-easy/wg-easy:15
container_name: wg-easy
restart: unless-stopped
environment:
- TZ=Asia/Ho_Chi_Minh
- WG_HOST=vpn.fireflylab.cc
- INSECURE=true
volumes:
- /docker/wg-easy:/etc/wireguard
- /lib/modules:/lib/modules:ro
ports:
- "51820:51820/udp"
- "8032:51821/tcp"
privileged: true
cap_add:
- NET_ADMIN
- SYS_MODULE
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv6.conf.all.forwarding=1