version: '3.9' services: nginx: # Use HTTP-only Nginx config for local development volumes: - ./services/nginx/nginx.dev.conf:/etc/nginx/nginx.conf:ro # Expose only port 80 locally; HTTPS (443) not needed in dev ports: - "80:80"