Dokploy's Docker Compose option uses docker compose up (not stack deploy), so bridge networks work correctly. Overlay was needed only for Stack mode. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Dokploy uses Docker Swarm - bridge networks don't work across Swarm services. Changed internal network to overlay+attachable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- backend/Dockerfile: Python 3.12-slim, uvicorn on port 8000 - frontend/Dockerfile: multi-stage Node build + nginx:alpine serve - frontend/nginx.conf: proxy /api to backend, SPA routing for Vue Router - docker-compose.yml: backend+frontend services with Traefik labels - fix(cors): use settings.frontend_url instead of hardcoded localhost Fixes Nixpacks detection failure (requirements.txt/package.json not at root). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>