diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..385e782 --- /dev/null +++ b/compose.yaml @@ -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' diff --git a/test/config.yaml b/test/config.yaml index 0352be5..3d8d90d 100644 --- a/test/config.yaml +++ b/test/config.yaml @@ -10,7 +10,7 @@ # # 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 #