add certificate

This commit is contained in:
root
2026-05-18 00:07:40 -04:00
parent dc7acf2536
commit 0d3cdd3857
13 changed files with 869 additions and 44 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ services:
- client_node_modules:/app/node_modules
environment:
# Laravel API — Windows/macOS Docker Desktop resolves this; Linux uses extra_hosts below.
VITE_PROXY_API: ${VITE_PROXY_API:-http://host.docker.internal:8000}
VITE_PROXY_API: ${VITE_PROXY_API:-http://host.docker.internal:8080}
extra_hosts:
- 'host.docker.internal:host-gateway'