Convert compose files to yaml

toml conversion stopped working, don't want to fix it
This commit is contained in:
Marko Korhonen 2024-11-04 10:27:12 +02:00
parent 9014f87dfd
commit 037967efd7
49 changed files with 904 additions and 773 deletions

View file

@ -0,0 +1,23 @@
volumes:
config: {}
data: {}
services:
headscale:
image: headscale/headscale:0
container_name: headscale
volumes:
- config:/etc/headscale
- data:/var/lib/headscale
ports:
- 3478:3478/udp
command: headscale serve
restart: unless-stopped
networks:
- postgres
headscale-ui:
image: ghcr.io/gurucomputing/headscale-ui
container_name: headscale-ui
restart: unless-stopped
networks:
postgres:
external: true