2024-02-23 22:39:27 +00:00
|
|
|
[volumes]
|
|
|
|
config = {}
|
|
|
|
data = {}
|
|
|
|
|
2023-03-09 08:28:00 +00:00
|
|
|
[services.headscale]
|
2024-02-23 22:39:27 +00:00
|
|
|
image = "headscale/headscale:0"
|
2023-03-09 08:28:00 +00:00
|
|
|
container_name = "headscale"
|
2024-02-23 22:39:27 +00:00
|
|
|
volumes = ["config:/etc/headscale", "data:/var/lib/headscale"]
|
2023-03-09 08:28:00 +00:00
|
|
|
ports = ["3478:3478/udp"]
|
|
|
|
command = "headscale serve"
|
|
|
|
restart = "unless-stopped"
|
|
|
|
networks = ["postgres"]
|
|
|
|
|
|
|
|
[services.headscale-ui]
|
|
|
|
image = "ghcr.io/gurucomputing/headscale-ui"
|
|
|
|
container_name = "headscale-ui"
|
|
|
|
restart = "unless-stopped"
|
|
|
|
|
|
|
|
[networks.postgres]
|
|
|
|
external = true
|