feat: add caddy config

This commit is contained in:
h
2026-06-02 01:22:58 +02:00
parent 17cd31c41e
commit 3aaa3c757f
9 changed files with 90 additions and 8 deletions
+1
View File
@@ -79,6 +79,7 @@ services:
command: ["sh", "-c", "bun install && bun run dev --host 0.0.0.0 --port 5173"]
environment:
API_PROXY_TARGET: http://api:8080
ALLOWED_HOSTS: ${FRONTEND_DEV_HOST:-}
volumes:
- ./frontend:/app
- frontend_node_modules:/app/node_modules