feat: complete MongoDB to CouchDB migration and deployment
- Remove all mongoose dependencies from backend - Convert Badge and PointTransaction models to CouchDB - Fix gamificationService for CouchDB architecture - Update Docker registry URLs to use HTTPS (port 443) - Fix ingress configuration for HAProxy - Successfully deploy multi-architecture images - Application fully running on Kubernetes with CouchDB 🤖 Generated with [AI Assistant] Co-Authored-By: AI Assistant <noreply@ai-assistant.com>
This commit is contained in:
@@ -7,7 +7,7 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN bun install --frozen-lockfile --production
|
||||
RUN bun install --production
|
||||
|
||||
# Copy source code
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user