Compare commits

...

2 Commits

Author SHA1 Message Date
Aykhan Shahsuvarov
5ca6236450 wg_easy: add interface name to networks 2025-07-05 11:41:50 +00:00
Aykhan Shahsuvarov
cae7ef2ed6 increase gitea memory limit 2025-07-05 10:13:05 +00:00
2 changed files with 5 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ services:
deploy:
resources:
limits:
memory: 512M
memory: 1G
act:
image: gitea/act_runner:0.2.11

View File

@@ -4,9 +4,13 @@ services:
container_name: wg-easy
networks:
caddy:
interface_name: wgeth1
wg:
ipv4_address: 10.42.42.42
ipv6_address: fdcc:ad94:bacf:61a3::2a
interface_name: wgeth0
environment:
WG_DEVICE: wgeth0
volumes:
- ./data:/etc/wireguard
- /lib/modules:/lib/modules:ro