open-productive-stack/drupal/nextjs
rnsrk f8b8f53d54 Add Drupal headless stack with Next.js frontend
- Add Next.js frontend service (nextjs) with Dockerfile and source
- Update docker-compose.yml: image names, Drupal 11.3.3, nextjs service
- Add docker-compose.override.yml.disabled for dev hot-reload
- Add install-headless-modules.sh for OAuth/JSON:API module setup
- Add README.md with full setup and configuration guide
- Update nginx/Dockerfile and nginx.conf.template for cms. subdomain
- Update drupal/Dockerfile PHP-FPM build args
- Gitignore **/.vscode/ to prevent IDE workspace files from being tracked
2026-03-30 11:14:17 +02:00
..
app Add Drupal headless stack with Next.js frontend 2026-03-30 11:14:17 +02:00
components Add Drupal headless stack with Next.js frontend 2026-03-30 11:14:17 +02:00
lib Add Drupal headless stack with Next.js frontend 2026-03-30 11:14:17 +02:00
public/assets Add Drupal headless stack with Next.js frontend 2026-03-30 11:14:17 +02:00
.dockerignore Add Drupal headless stack with Next.js frontend 2026-03-30 11:14:17 +02:00
.gitignore Add Drupal headless stack with Next.js frontend 2026-03-30 11:14:17 +02:00
Dockerfile Add Drupal headless stack with Next.js frontend 2026-03-30 11:14:17 +02:00
next.config.ts Add Drupal headless stack with Next.js frontend 2026-03-30 11:14:17 +02:00
package-lock.json Add Drupal headless stack with Next.js frontend 2026-03-30 11:14:17 +02:00
package.json Add Drupal headless stack with Next.js frontend 2026-03-30 11:14:17 +02:00
postcss.config.mjs Add Drupal headless stack with Next.js frontend 2026-03-30 11:14:17 +02:00
tsconfig.json Add Drupal headless stack with Next.js frontend 2026-03-30 11:14:17 +02:00