chore: add tooling for go wasm

This commit is contained in:
Aarnav Tale
2025-06-06 16:42:30 -04:00
parent 46f1576b8f
commit f9751f5ab2
5 changed files with 61 additions and 0 deletions
+16
View File
@@ -7,6 +7,22 @@ networks:
name: "headplane-dev"
driver: "bridge"
services:
caddy:
image: "caddy:2"
container_name: "headplane-caddy"
restart: "unless-stopped"
depends_on:
- "headscale"
networks:
- "headplane-dev"
ports:
- "80:80"
- "443:443"
volumes:
- "./Caddyfile:/etc/caddy/Caddyfile"
- "./test/caddy/data:/data"
- "./test/caddy/config:/config"
- "./test/caddy/certs:/certs"
headscale:
image: "headscale/headscale:0.26.0-debug"
container_name: "headscale"