Files
filezzy-staging/docker/docker-compose.staging-prod-frontend.yml
2026-02-04 14:16:04 +01:00

13 lines
563 B
YAML

# =============================================================================
# Staging: production frontend build (overrides staging.yml frontend)
# =============================================================================
# Use with staging-standalone + staging + staging-prod-api. Overrides frontend
# to use Dockerfile.prod (production Next.js build) instead of dev Dockerfile.
# =============================================================================
services:
frontend:
build:
context: ../frontend
dockerfile: Dockerfile.prod