fix: switched headscale to external-service (managed by docker, routed by k8s)

- Changed ports for headscale to prefix "1"
This commit is contained in:
2026-06-09 09:01:44 +02:00
parent d85b3f02f5
commit 22ffd779cc
8 changed files with 151 additions and 402 deletions
+6 -1
View File
@@ -4,6 +4,9 @@ services:
restart: unless-stopped
container_name: headscale-server
command: serve
ports:
- 18080:8080
- 19090:9090
networks:
- proxy
volumes:
@@ -54,7 +57,7 @@ services:
container_name: headplane
restart: unless-stopped
ports:
- '3000:3000'
- '13000:3000'
volumes:
- ./config/headplane.yaml:/etc/headplane/config.yaml
- ./config/headscale.yaml:/etc/headscale/config.yaml
@@ -65,6 +68,8 @@ services:
web:
image: goodieshq/headscale-admin:latest
restart: unless-stopped
ports:
- 10080:80
labels:
- "traefik.enable=true"
- "traefik.http.services.headscale-ui.loadbalancer.server.port=80"