Logo
Explore Help
Sign In
CubeCraft-Creations/Extrudex
9
0
Fork 0
You've already forked Extrudex
Code Issues Pull Requests 7 Actions Packages Projects Releases Wiki Activity
Files
808d5f909d5d81a890f7219bf05c5af033146129
Extrudex/backend/.dockerignore

27 lines
223 B
Plaintext
Raw Normal View History

chore: add Docker deployment setup and health check wiring - Add multi-stage Dockerfile for backend (SDK build → ASP.NET runtime, non-root user, /health HEALTHCHECK) - Add docker-compose.dev.yml orchestrating extrudex-api + control-center-web - Add deploy.sh convenience script wrapping docker compose up --build - Wire ASP.NET health checks: AddHealthChecks().AddNpgSql() + MapHealthChecks("/health") - Add backend .dockerignore (comprehensive pattern list) - Exclude frontend/dist, frontend/node_modules, frontend/.angular from git Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 17:28:06 +00:00
# Build artifacts
bin/
obj/
# IDE / editor
.vs/
.vscode/
*.user
*.suo
.idea/
# Environment & secrets
appsettings.Development.json
.env
.env.*
# Docker
Dockerfile
.dockerignore
# OS
.DS_Store
Thumbs.db
# Misc
*.md
*.log
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 251ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API