init upload

This commit is contained in:
Luxferre
2026-07-25 11:14:52 +03:00
commit f7e67801a5
7 changed files with 360 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
services:
gsocket-vpn:
build: .
container_name: gsocket-vpn
restart: unless-stopped
environment:
- GS_SECRET=${GS_SECRET}
dns:
- 1.1.1.1
- 8.8.8.8
cap_add:
- NET_ADMIN
- NET_RAW
devices:
- /dev/net/tun:/dev/net/tun
sysctls:
- net.ipv4.ip_forward=1
volumes:
- vpn-data:/vpn
volumes:
vpn-data: