mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-19 23:05:17 +05:30
Another bug bites the dust
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
!docker-compose.yml
|
!*docker-compose.yml
|
||||||
!env.example
|
!*env.example
|
||||||
|
|||||||
20
headscale/docker-compose.yml
Normal file
20
headscale/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
services:
|
||||||
|
headscale:
|
||||||
|
container_name: headscale
|
||||||
|
#image: headscale/headscale:latest
|
||||||
|
#image: headscale/headscale:0.23.0
|
||||||
|
image: headscale/headscale:unstable
|
||||||
|
command: serve
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./config:/etc/headscale/
|
||||||
|
- ./data:/var/lib/headscale/
|
||||||
|
- ./run:/var/run/headscale/
|
||||||
|
networks:
|
||||||
|
- nginx_proxy
|
||||||
|
ports:
|
||||||
|
- "3478:3478/udp"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
nginx_proxy:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user