chore: switch to 0.25.0 in dev

This commit is contained in:
Aarnav Tale 2025-02-19 10:37:10 -05:00
parent 85c31ca5bf
commit 56b660b30c
No known key found for this signature in database

View File

@ -3,21 +3,21 @@
# I ONLY USE IT FOR DEVELOPING HEADPLANE
networks:
headplane-dev:
name: 'headplane-dev'
driver: 'bridge'
headplane-dev:
name: "headplane-dev"
driver: "bridge"
services:
headscale:
image: 'headscale/headscale:0.24.0'
container_name: 'headscale'
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'
headscale:
image: "headscale/headscale:0.25.0"
container_name: "headscale"
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"