2024-01-03 01:30:54 -05:00
|
|
|
version: '3.5'
|
|
|
|
services:
|
|
|
|
headscale:
|
2024-03-24 23:02:25 -04:00
|
|
|
image: headscale/headscale:0.22.3
|
2024-01-03 01:30:54 -05:00
|
|
|
container_name: headscale
|
|
|
|
volumes:
|
|
|
|
- ./config:/etc/headscale
|
|
|
|
- ./data:/var/lib/headscale
|
|
|
|
ports:
|
2024-01-05 16:13:01 -05:00
|
|
|
- 127.0.0.1:27896:8080
|
2024-01-03 01:30:54 -05:00
|
|
|
command: headscale serve
|
|
|
|
restart: unless-stopped
|
|
|
|
headscale-ui:
|
|
|
|
image: ghcr.io/gurucomputing/headscale-ui:latest
|
|
|
|
restart: unless-stopped
|
|
|
|
container_name: headscale-ui
|
|
|
|
ports:
|
2024-01-05 16:13:01 -05:00
|
|
|
- 127.0.0.1:9443:443
|