Files
reverseproxy/headscale/compose.yml
2025-05-11 21:19:33 -05:00

23 lines
444 B
YAML

services:
headscale:
image: headscale/headscale:v0.25.1
restart: unless-stopped
container_name: headscale
ports:
- "8080:8080"
- "9090:9090"
volumes:
- ./config:/etc/headscale
command: serve
headscale-admin:
image: goodieshq/headscale-admin:0.24
container_name: headscale-admin
restart: unless-stopped
networks:
- reverse-proxy
networks:
reverse-proxy:
external: true