felhasználói felületre pü

This commit is contained in:
Roo
2026-07-27 08:39:18 +00:00
parent c9118bf52f
commit 6f28d3e70d
72 changed files with 6311 additions and 749 deletions

View File

@@ -290,6 +290,7 @@ services:
- NUXT_PORT=8502
- NUXT_HOST=0.0.0.0
- NUXT_PUBLIC_API_BASE_URL=https://dev.servicefinder.hu
- NODE_OPTIONS=--max-old-space-size=4096
volumes:
- ./frontend_admin:/app
- /app/node_modules
@@ -297,6 +298,10 @@ services:
- sf_net
- shared_db_net
restart: unless-stopped
deploy:
resources:
limits:
memory: 8G
# --- PUBLIC FRONTEND (Epic 11 - Public Portal) ---
sf_public_frontend: