mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
pay no attention to the man behind the curtain
This commit is contained in:
17
headscale/docker-compose.yaml
Normal file
17
headscale/docker-compose.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
headscale:
|
||||
container_name: headscale
|
||||
image: headscale/headscale:latest
|
||||
command: headscale serve
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./config:/etc/headscale/
|
||||
- ./data:/var/lib/headscale/
|
||||
networks:
|
||||
- nginx_proxy
|
||||
ports:
|
||||
- "3478:3478/udp"
|
||||
|
||||
networks:
|
||||
nginx_proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user