mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 15:25:18 +05:30
19 lines
414 B
YAML
19 lines
414 B
YAML
services:
|
|
headscale:
|
|
container_name: headscale
|
|
#image: headscale/headscale:latest
|
|
image: headscale/headscale:0.22.0
|
|
#command: serve
|
|
command: headscale serve
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./config:/etc/headscale/
|
|
- ./data:/var/lib/headscale/
|
|
- ./run:/var/run/headscale/
|
|
networks:
|
|
- nginx_proxy
|
|
|
|
networks:
|
|
nginx_proxy:
|
|
external: true
|