2024-04-05 18:32:12 -04:00
|
|
|
# THIS IS A DEVELOPER CONFIGURATION FILE
|
|
|
|
|
# IT IS NOT AN EXAMPLE OF SOMETHING YOU DEPLOY
|
|
|
|
|
# I ONLY USE IT FOR DEVELOPING HEADPLANE
|
|
|
|
|
|
2024-03-28 14:58:00 -04:00
|
|
|
networks:
|
2025-04-03 03:07:33 -04:00
|
|
|
headplane-dev:
|
|
|
|
|
name: "headplane-dev"
|
|
|
|
|
driver: "bridge"
|
2024-03-28 14:58:00 -04:00
|
|
|
services:
|
2025-04-03 03:07:33 -04:00
|
|
|
headscale:
|
|
|
|
|
image: "headscale/headscale:0.25.1"
|
|
|
|
|
container_name: "headscale"
|
2025-04-25 02:03:33 +03:00
|
|
|
labels:
|
2025-05-04 15:24:00 -04:00
|
|
|
me.tale.headplane.target: headscale
|
2025-04-03 03:07:33 -04:00
|
|
|
restart: "unless-stopped"
|
|
|
|
|
command: "serve"
|
|
|
|
|
networks:
|
|
|
|
|
- "headplane-dev"
|
|
|
|
|
volumes:
|
|
|
|
|
- "./.cache/headscale:/var/lib/headscale"
|
|
|
|
|
- "./test:/etc/headscale"
|
|
|
|
|
ports:
|
|
|
|
|
- "8080:8080"
|
|
|
|
|
environment:
|
|
|
|
|
TZ: "America/New_York"
|