summaryrefslogtreecommitdiff
path: root/.github/workflows/docker_build.yml
AgeCommit message (Collapse)Author
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-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-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