summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
12 daysAdd local development support with Docker for Drupal and configure API proxyIwanIDev
12 daysAdd support for headless Drupal integration with environment variables and ↵IwanIDev
Docker setup - Create .env.example for environment variable configuration - Update Dockerfile to accept Drupal-related build arguments - Enhance docker_build.yml to pass environment variables during Docker build - Add drupalClient and env configuration for API interaction - Implement local development instructions and Docker deployment steps in README - Add drupal and mariadb services to docker-stack.yml for complete setup - Update package.json and bun.lock to include axios and drupal-jsonapi-params dependencies - Add TypeScript definitions for new environment variables
2026-03-04Refactor Docker setup: replace inline Nginx configuration with external file ↵IwanIDev
and update Docker stack port configuration
2026-03-04Enhance Docker setup: add QEMU configuration and improve Dockerfile comments ↵IwanIDev
for clarity
2026-03-04Add support for ARM64 platform and disable provenance in Docker buildIwanIDev
2026-03-04Change docker stack portIwanIDev
2026-03-04Update Docker image name handling and add lowercase stepIwanIDev
2026-03-04Fix Docker deployment setupIwanIDev
2026-03-04Add Docker deployment configuration and stack definitionIwanIDev
2026-03-04Add containerisation setupIwanIDev
2026-03-04Add Tailwind CSS integration and update dependenciesIwanIDev
2026-03-04Initialised Vite projectIwanIDev