summaryrefslogtreecommitdiff
path: root/docker-stack.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-04Refactor Docker setup: replace inline Nginx configuration with external file ↵IwanIDev
and update Docker stack port configuration
2026-03-04Change docker stack portIwanIDev
2026-03-04Add Docker deployment configuration and stack definitionIwanIDev