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 # I ONLY USE IT FOR DEVELOPING HEADPLANE
networks: networks:
headplane-dev: headplane-dev:
name: 'headplane-dev' name: "headplane-dev"
driver: 'bridge' driver: "bridge"
services: services:
headscale: headscale:
image: 'headscale/headscale:0.24.0' image: "headscale/headscale:0.25.0"
container_name: 'headscale' container_name: "headscale"
restart: 'unless-stopped' restart: "unless-stopped"
command: 'serve' command: "serve"
networks: networks:
- 'headplane-dev' - "headplane-dev"
volumes: volumes:
- './.cache/headscale:/var/lib/headscale' - "./.cache/headscale:/var/lib/headscale"
- './test:/etc/headscale' - "./test:/etc/headscale"
ports: ports:
- '8080:8080' - "8080:8080"
environment: environment:
TZ: 'America/New_York' TZ: "America/New_York"