mirror of
https://github.com/tale/headplane.git
synced 2026-08-31 09:18:29 +00:00
chore: add local headscale for testing
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
version: '3.9'
|
||||||
|
networks:
|
||||||
|
headplane-dev:
|
||||||
|
name: 'headplane-dev'
|
||||||
|
driver: 'bridge'
|
||||||
|
services:
|
||||||
|
headscale:
|
||||||
|
image: 'headscale/headscale:0.23.0-alpha5'
|
||||||
|
container_name: 'headscale'
|
||||||
|
command: 'serve'
|
||||||
|
networks:
|
||||||
|
- 'headplane-dev'
|
||||||
|
volumes:
|
||||||
|
- './.cache/headscale:/var/lib/headscale'
|
||||||
|
- './test:/etc/headscale'
|
||||||
|
ports:
|
||||||
|
- '8080:8080'
|
||||||
|
environment:
|
||||||
|
TZ: 'America/New_York'
|
||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# https://myheadscale.example.com:443
|
# https://myheadscale.example.com:443
|
||||||
#
|
#
|
||||||
server_url: https://tailscale.example.com
|
server_url: http://localhost:8080
|
||||||
|
|
||||||
# Address to listen to / bind to on the server
|
# Address to listen to / bind to on the server
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user