added headscale for testing

This commit is contained in:
2025-05-10 21:29:55 -05:00
parent 1551449adb
commit 7220613e75

24
headscale/compose.yml Normal file
View File

@@ -0,0 +1,24 @@
services:
headscale:
image: headscale/headscale:0.24
container_name: headscale
restart: unless-stopped
environment:
- TZ=America/Chicago
volumes:
- ./conf:/etc/headscale
- ./headscale-data:/var/lib/headscale
entrypoint: headscale serve
networks:
- reverse-proxy
headscale-admin:
image: goodieshq/headscale-admin:0.24
container_name: headscale-admin
restart: unless-stopped
networks:
- reverse-proxy
networks:
reverse-proxy:
external: true