Initial homelab infrastructure
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user