Hello, World!

This commit is contained in:
2026-01-03 22:54:18 +00:00
parent 6c55b90a2d
commit b0e57f71f4
12 changed files with 608 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
services:
headscale:
container_name: headscale
image: headscale/headscale:stable
restart: unless-stopped
volumes:
- ./config:/etc/headscale
- ./data:/var/lib/headscale
entrypoint: headscale serve
networks:
nw-caddy:
depends_on:
caddy:
condition: service_healthy
healthcheck:
test: ["CMD", "headscale", "health"]
interval: 5m
timeout: 10s
retries: 3
start_period: 10s