Add Production Dockerfile for Admin Container #287

Open
opened 2026-06-24 12:34:55 +02:00 by kincses · 0 comments
Owner

Mérföldkő: Infrastructure & Deployment

Cél: Create a production-grade Dockerfile for the Nuxt 3 admin container with multi-stage build and Nginx serving.

🔗 Függőségek (Dependencies)

📝 Elemzés

Current Dockerfile.dev uses node:20-slim with npm run dev. Production needs: build stage (npm run build), Nginx stage to serve static files, healthcheck, and proper restart policies. Add a new service sf_admin_frontend_prod to docker-compose.yml.

**Mérföldkő:** Infrastructure & Deployment **Cél:** Create a production-grade Dockerfile for the Nuxt 3 admin container with multi-stage build and Nginx serving. ### 🔗 Függőségek (Dependencies) - **Bemenet (Mikre támaszkodik):** Nuxt admin app #285 - **Kimenet (Mik támaszkodnak rá):** Production deployment ### 📝 Elemzés Current Dockerfile.dev uses node:20-slim with npm run dev. Production needs: build stage (npm run build), Nginx stage to serve static files, healthcheck, and proper restart policies. Add a new service sf_admin_frontend_prod to docker-compose.yml.
kincses added the Status: To DoType: Feature labels 2026-06-24 12:34:55 +02:00
Sign in to join this conversation.