Initial homelab infrastructure

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-13 19:41:46 +02:00
co-authored by Cursor
commit 5014d55d62
31 changed files with 1594 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
wol:
build: .
container_name: wol
restart: always
network_mode: host
environment:
- WOL_DEVICES=${WOL_DEVICES}
- WOL_BROADCAST_IP=${WOL_BROADCAST_IP:-192.168.0.255}
- WOL_PACKET_COUNT=${WOL_PACKET_COUNT:-3}
labels:
- "traefik.enable=true"
- "traefik.http.routers.wol.rule=Host(`wol.zea.lt`)"
- "traefik.http.routers.wol.entrypoints=websecure"
- "traefik.http.routers.wol.tls.certresolver=leresolver"
- "traefik.http.routers.wol.middlewares=auth@file"
- "traefik.http.services.wol.loadbalancer.server.port=5000"