Add registry to tailscale_serve configuration

Exposes zot registry (localhost:5000) as registry.tail8d86e.ts.net

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-01-17 20:31:28 -08:00
commit b62b10a60f

View file

@ -35,3 +35,8 @@ tailscale_serve_services:
https:
port: 443
upstream: http://localhost:8080
- name: svc:registry
https:
port: 443
upstream: http://localhost:5000