frontend demo

This commit is contained in:
2026-02-07 23:59:44 +01:00
parent abb2c9838e
commit 3ad1492612
4 changed files with 144 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
caddy:
image: caddy:2
container_name: lambdaiot-web
ports:
- "18080:80"
volumes:
- ./webroot:/srv:ro
command: ["caddy", "file-server", "--root", "/srv", "--listen", ":80"]
restart: unless-stopped