chore: add tooling for go wasm
This commit is contained in:
parent
46f1576b8f
commit
f9751f5ab2
5 changed files with 61 additions and 0 deletions
16
compose.yaml
16
compose.yaml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue