mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-07-17 18:34:01 +00:00
Compare commits
4 Commits
c28ad9632b
...
main
Author | SHA1 | Date | |
---|---|---|---|
42fe309722 | |||
48d89faaee | |||
![]() |
5ca6236450 | ||
![]() |
cae7ef2ed6 |
@@ -8,7 +8,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: gitea/gitea:1.24.2
|
image: gitea/gitea:1.24.3
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=${USER_UID}
|
- USER_UID=${USER_UID}
|
||||||
@@ -24,7 +24,7 @@ services:
|
|||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 512M
|
memory: 1G
|
||||||
|
|
||||||
act:
|
act:
|
||||||
image: gitea/act_runner:0.2.11
|
image: gitea/act_runner:0.2.11
|
||||||
|
@@ -12,7 +12,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:v3.4.1
|
image: prom/prometheus:v3.5.0
|
||||||
container_name: prometheus
|
container_name: prometheus
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
@@ -4,9 +4,13 @@ services:
|
|||||||
container_name: wg-easy
|
container_name: wg-easy
|
||||||
networks:
|
networks:
|
||||||
caddy:
|
caddy:
|
||||||
|
interface_name: wgeth1
|
||||||
wg:
|
wg:
|
||||||
ipv4_address: 10.42.42.42
|
ipv4_address: 10.42.42.42
|
||||||
ipv6_address: fdcc:ad94:bacf:61a3::2a
|
ipv6_address: fdcc:ad94:bacf:61a3::2a
|
||||||
|
interface_name: wgeth0
|
||||||
|
environment:
|
||||||
|
WG_DEVICE: wgeth0
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/etc/wireguard
|
- ./data:/etc/wireguard
|
||||||
- /lib/modules:/lib/modules:ro
|
- /lib/modules:/lib/modules:ro
|
||||||
|
Reference in New Issue
Block a user