chore: switch to 0.25.0 in dev
This commit is contained in:
parent
85c31ca5bf
commit
56b660b30c
34
compose.yaml
34
compose.yaml
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user