mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-07-17 02:14:01 +00:00
Compare commits
2 Commits
c28ad9632b
...
5ca6236450
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5ca6236450 | ||
![]() |
cae7ef2ed6 |
@@ -24,7 +24,7 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
memory: 1G
|
||||
|
||||
act:
|
||||
image: gitea/act_runner:0.2.11
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user