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
+14
View File
@@ -0,0 +1,14 @@
services:
registry:
image: registry:2
container_name: registry
restart: always
volumes:
- .:/var/lib/registry
networks:
- homelab
labels:
- "traefik.enable=true"
- "traefik.http.routers.registry.rule=Host(`registry.zea.lt`)"
- "traefik.http.routers.registry.entrypoints=websecure"
- "traefik.http.routers.registry.tls.certresolver=leresolver"